Emitted when the Call is canceled.
Emitted when the Call receives an error.
Emitted when the Call has regained media connectivity.
Emitted when the Call has lost media connectivity and is reconnecting.
The TwilioError that caused the media connectivity loss
Emitted when the Call is rejected.
Emitted every 50ms with the current input and output volumes, as a percentage of maximum volume, between -100dB and -30dB. Represented by a floating point number.
A floating point number between 0.0 and 1.0 inclusive.
A floating point number between 0.0 and 1.0 inclusive.
Returns caller verification information about the caller. If no caller verification information is available this will return null.
The custom parameters sent to (outgoing) or received by (incoming) the TwiML app.
The temporary CallSid for this call, if it's outbound.
Call parameters received from Twilio for an incoming call.
Audio codec used for this Call. Expecting Call.Codec but will copy whatever we get from RTC stats.
Whether this Call is incoming or outgoing.
Set the audio input tracks from a given stream.
Set the audio output sink IDs.
Accept the incoming Call.
Disconnect from the Call.
Get the local MediaStream, if set.
Get the remote MediaStream, if set.
Ignore the incoming Call.
Check whether call is muted
Mute incoming audio.
Whether the incoming audio should be muted. Defaults to true.
Post an event to Endpoint Analytics indicating that the end user has given call quality feedback. Called without a score, this will report that the customer declined to give feedback.
The end-user's rating of the call; an integer 1 through 5. Or undefined if the user declined to give feedback.
The primary issue the end user experienced on the call. Can be: ['one-way-audio', 'choppy-audio', 'dropped-call', 'audio-latency', 'noisy-call', 'echo']
Reject the incoming Call.
Send a string of digits.
String representation of Call instance.
String representation of the Call class.
Generated using TypeDoc
A Call represents a media and signaling connection to a TwiML application.