a CallDetails containing metadata about the call.
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.
Optional
remoteReturns the callers displayName.
Returns the identifier of the remote participant in the call.
Returns the CallState the call is currently in.
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.
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.
Returns metadata about the call.