Click or drag to resize

Call Properties

The Call type exposes the following members.

Properties
  NameDescription
Public propertyDirection
Gets the direction of this call.
Public propertyFrom
Gets the initiator of this call.
Public propertyIsReceivingAudio
Gets or sets a value indicating whether [the local party of this call is receiving audio].
Public propertyIsReceivingShare
Gets or sets a value indicating whether [the local party of this call is receiving share].
Public propertyIsReceivingVideo
Gets or sets a value indicating whether [the local party of this call is receiving video].
Public propertyIsRemoteSendingAudio
Gets a value indicating whether [remote party of this call is sending audio].
Public propertyIsRemoteSendingShare
True if the remote party of this call is sending share. Otherwise, false.
Public propertyIsRemoteSendingVideo
Gets a value indicating whether [remote party of this call is sending video].
Public propertyIsSendingAudio
Gets or sets a value indicating whether [the local party of this call is sending audio].
Public propertyIsSendingDTMFEnabled
Gets a value indicating whether [sending DTMF enabled].
Public propertyIsSendingShare
True if the local party of this call is sending share. Otherwise, false.
Public propertyIsSendingVideo
Gets or sets a value indicating whether [the local party of this call is sending video].
Public propertyLocalVideoViewSize
The local video render view dimensions (points) of this call.
Public propertyMemberships
Gets the memberships represent participants in this call.
Public propertyRemoteShareViewSize
The remote share render view dimensions (points) of this call.
Public propertyRemoteVideoViewSize
The remote video render view dimensions (points) of this call.
Public propertyStatus
Gets the status of this call.
Public propertyTo
Get the intended recipient of this call when one on one call.
Top
See Also