CallMembership Class |
Namespace: SparkSDK
public class CallMembership
The CallMembership type exposes the following members.
Name | Description | |
---|---|---|
![]() | CallMembership | Initializes a new instance of the CallMembership class |
Name | Description | |
---|---|---|
![]() |
Gets the email address of the person in this CallMembership.
| |
![]() | IsInitiator |
Gets a value indicating whether the person is initiator.
|
![]() | IsSendingAudio |
True if the CallMembership is sending audio. Otherwise, false.
|
![]() | IsSendingShare |
True if the CallMembership is sending share. Otherwise, false.
|
![]() | IsSendingVideo |
True if the CallMembership is sending video. Otherwise, false.
|
![]() | PersonId |
Gets the preson identifier.
|
![]() | PhoneNumber |
Gets the phone number of the person in this CallMembership.
|
![]() | SipUrl |
Gets the SIP address of the person in this CallMembership.
|
![]() | State |
Gets the status of the person in this call
|