Call Methods |
The Call type exposes the following members.
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.
| |
FetchShareSources |
Fetch enumerated sources with a kind of source type
| |
Hangup |
Disconnects this call.
This can only be invoked when this call is in answered status.
| |
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 Spark team.
| |
SetLoalShareView |
Set local share view to display.
| |
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 .
| |
UpdateLoalShareView |
Update local share view to display when video window is resized.
| |
UpdateLocalView |
Update local view to display when video window is resized.
| |
UpdateRemoteShareView |
Update remote share view to display when video window is resized.
| |
UpdateRemoteView |
Update remote video to display when video window is resized.
|