Call
Call object acts as a handler for managing a connection between call participants, accessing details such as start time, state and possible errors. It also allows to attach listeners to be notified about changes in it's lifecycle.
See also
Properties
CallDetails containing information about the call.
The CallDirection of the call.
The display name of the remote participant, if provided via push notification payload. Null for outgoing calls or if not included in the push notification payload.
The CallQualityController associated with given call.
The identifier of the remote participant of the call.
Functions
Adds a CallListener to the call.
Pauses the video capturing.
Removes a CallListener from the call. If listener was not added before method is no-op.
Resumes the video capturing.
Sets bandwidth limitations on negotiated media streams. Bitrate settings should be non-negative integers values in kbps. Setting bitrate to zero forces use of default values. Settings take effect only if applied before call starts.