Returns the Direction of the call.
Returns the headers.
IMPORTANT: Headers may not be immediately available due to
push payload size limitations.
If it's not immediately available, it will be available after the onCallProgressing
or onCallEstablished
callbacks for CallListener are called.
Returns the call identifier.
Returns the local MediaStream of the call.
Returns the remote MediaStream of the call.
Returns the callers displayName.
Returns the identifier of the remote participant in the call.
Returns the CallState the call is currently in.
Adds a listener to the call.
the CallListener
Answers an incoming call.
Ends the call, regardless of what state it is in. If the call is an incoming call that has not yet been answered, the call will be reported as denied to the caller.
Mute audio.
Pause the video capturing.
Removes a listener from the call.
the CallListener
Resume the video capturing.
Sends one or more DTMF tones for tone dialing. (Only applicable for calls terminated to PSTN (Publicly Switched Telephone Network)).
May be a series of DTMF keys. Each key must be in [0-9, #, *, A-D].
Unmute audio.
Generated using TypeDoc
Returns metadata about the call.
a CallDetails containing metadata about the call.