Call Class |
Namespace: WebexSDK
public sealed class Call
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.
|
Name | Description | |
---|---|---|
Acknowledge |
Acknowledge (without answering) an incoming call.
Will cause the initiator's Call instance to emit the ringing event.
| |
Answer |
Answers this call.
This can only be invoked when this call is incoming.
| |
CloseAuxStream |
Close the indicated auxiliary stream.
| |
FetchShareSources |
Fetch enumerated sources with a kind of source type
| |
GetAuxStream |
Gets the instance of the AuxStream by a view handle.
| |
Hangup |
Disconnects this call.
This can only be invoked when this call is in answered status.
| |
OpenAuxStream |
Open an auxiliary stream with a view handle. The Maximum of auxiliary videos you can open is 4.
When the client manually closed an auxiliary stream, the client can call this API to reopen the auxiliary stream again.
| |
RefreshLocalView |
Refresh local view to display when video window is resized.
| |
RefreshRemoteShareView |
Refresh remote share view to display when video window is resized.
| |
RefreshRemoteView |
Refresh remote video to display when video window is resized.
| |
Reject |
Rejects this call.
This can only be invoked when this call is incoming and in ringing status.
| |
SendDtmf |
Sends DTMF events to the remote party. Valid DTMF events are 0-9, *, #, a-d, and A-D.
| |
SendFeedbackWith |
Sends feedback for this call to Cisco Webex team.
| |
SetLocalView |
Set local view to display.
| |
SetRemoteShareView |
Set remote share view to display.
| |
SetRemoteView |
Set remote video to display
| |
StartShare |
Start share .
| |
StopShare |
Stop share .
|
Name | Description | |
---|---|---|
OnCallMembershipChanged |
Callback when the memberships of this call have changed.
| |
OnCapabilitiesChanged |
Callback when the capabilities of this call have changed.
| |
OnConnected |
Callback when remote participant(s) answered and this call is connected.
| |
OnDisconnected |
Callback when this call is disconnected (hangup, cancelled, get declined or other self device pickup the call).
| |
OnMediaChanged |
Callback when the media types of this call have changed.
| |
OnRinging |
Callback when remote participant(s) is ringing.
|