Click or drag to resize

CallMembership Class

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

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

The CallMembership type exposes the following members.

Constructors
  NameDescription
Public methodCallMembership
Initializes a new instance of the CallMembership class
Top
Properties
  NameDescription
Public propertyEmail
Gets the email address of the person in this CallMembership.
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 preson 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