Call Properties |
The Call type exposes the following members.
Name | Description | |
---|---|---|
ActiveSpeaker |
Gets the active speaker in this call. It would be changed dynamically in the meeting.
| |
AuxStreams |
Gets the list of AuxStream which has been opened.
| |
AvailableAuxStreamCount |
Gets the count of available auxiliary streams now.
| |
Direction |
Gets the direction of this call.
| |
From |
Gets the initiator of this call.
| |
IsReceivingAudio |
Gets or sets a value indicating whether [the local party of this call is receiving audio].
| |
IsReceivingShare |
Gets or sets a value indicating whether [the local party of this call is receiving share].
| |
IsReceivingVideo |
Gets or sets a value indicating whether [the local party of this call is receiving video].
| |
IsRemoteSendingAudio |
Gets a value indicating whether [remote party of this call is sending audio].
| |
IsRemoteSendingShare |
True if the remote party of this call is sending share. Otherwise, false.
| |
IsRemoteSendingVideo |
Gets a value indicating whether [remote party of this call is sending video].
| |
IsSendingAudio |
Gets or sets a value indicating whether [the local party of this call is sending audio].
| |
IsSendingDTMFEnabled |
Gets a value indicating whether [sending DTMF enabled].
| |
IsSendingShare |
True if the local party of this call is sending share. Otherwise, false.
| |
IsSendingVideo |
Gets or sets a value indicating whether [the local party of this call is sending video].
| |
LocalVideoViewSize |
The local video render view dimensions (points) of this call.
| |
Memberships |
Gets the memberships represent participants in this call.
| |
MultiStreamObserver |
The instance of the IMultiStreamObserver. IMultiStreamObserver | |
RemoteShareViewSize |
The remote share render view dimensions (points) of this call.
| |
RemoteVideoViewSize |
The remote video render view dimensions (points) of this call.
| |
Status |
Gets the status of this call.
| |
To |
Get the intended recipient of this call when one on one call.
|