Click or drag to resize

CallMembership Class

A data type represents a relationship between *Call* and *Person* at Cisco Webex cloud.
Inheritance Hierarchy
SystemObject
  WebexSDKCallMembership

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class CallMembership

The CallMembership type exposes the following members.

Properties
  NameDescription
Public propertyEmail
Gets the email address of the person in this CallMembership.
Public propertyIsActiveSpeaker
True if CallMembership is the active speaker now. Otherwise, false.
Public propertyIsInitiator
Gets a value indicating whether the person is initiator.
Public propertyIsSendingAudio
True if the CallMembership is sending audio. Otherwise, false.
Public propertyIsSendingShare
True if the CallMembership is sending share. Otherwise, false.
Public propertyIsSendingVideo
True if the CallMembership is sending video. Otherwise, false.
Public propertyPersonId
Gets the person identifier.
Public propertyPhoneNumber
Gets the phone number of the person in this CallMembership.
Public propertySipUrl
Gets the SIP address of the person in this CallMembership.
Public propertyState
Gets the status of the person in this call
Top
Remarks
Since: 0.1.0
See Also