stopDialOut()

stopDialOut()

Compatibility:
Prebuilt
Custom

Parameters

  • dialoutSessionId: This UUID was returned when the startDialOut call was made. This identifies the phone session.

Errors

Below are the possible error that the caller of stopDialOut can expect to be thrown.

  • NOT_ALLOWED: will be thrown in case SIP/PSTN is not allowed for the room.
  • NOT_FOUND: will be thrown in case we can not found any dial out session with the defined dialoutSessionId.

;