new ParticipantInstance(version, payload, accountSid, conferenceSid, callSid)
Initialize the ParticipantContext
Parameters:
Name | Type | Description |
---|---|---|
version |
V2010 | Version of the resource |
payload |
ParticipantPayload | The instance payload |
accountSid |
sid | The SID of the Account that created the resource |
conferenceSid |
sid | The SID of the conference the participant is in |
callSid |
sid_like | The Call SID or URL encoded label of the participant to fetch |
Properties:
Name | Type | Description |
---|---|---|
accountSid |
string | The SID of the Account that created the resource |
callSid |
string | The SID of the Call the resource is associated with |
label |
string | The label of this participant |
callSidToCoach |
string | The SID of the participant who is being `coached` |
coaching |
boolean | Indicates if the participant changed to coach |
conferenceSid |
string | The SID of the conference the participant is in |
dateCreated |
Date | The RFC 2822 date and time in GMT that the resource was created |
dateUpdated |
Date | The RFC 2822 date and time in GMT that the resource was last updated |
endConferenceOnExit |
boolean | Whether the conference ends when the participant leaves |
muted |
boolean | Whether the participant is muted |
hold |
boolean | Whether the participant is on hold |
startConferenceOnEnter |
boolean | Whether the conference starts when the participant joins the conference |
status |
participant.status | The status of the participant's call in a session |
uri |
string | The URI of the resource, relative to `https://api.twilio.com` |
Methods
fetch(callbackopt) → {Promise}
fetch a ParticipantInstance
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
callback |
function |
<optional> |
Callback to handle processed record |
Returns:
Resolves to processed ParticipantInstance
- Type
- Promise
remove(callbackopt) → {Promise}
remove a ParticipantInstance
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
callback |
function |
<optional> |
Callback to handle processed record |
Returns:
Resolves to processed ParticipantInstance
- Type
- Promise
toJSON()
Provide a user-friendly representation
Returns:
Object
update(optsopt, callbackopt) → {Promise}
update a ParticipantInstance
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opts |
object |
<optional> |
Options for request
Properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
callback |
function |
<optional> |
Callback to handle processed record |
Returns:
Resolves to processed ParticipantInstance
- Type
- Promise