Class described the single party of phone call. More...
Public Member Functions | |
bool | isOwned () |
Specifies if call party belongs to the same scenario the user's belongs to. In case of conference, user may only remove parties which are added by him. More... | |
Properties | |
string | id [get] |
Unique ID of the party . More... | |
Call | call [get] |
Reference to the parent Call object this party belongs to. More... | |
bool | hold [get] |
Specifies if this party is placed on hold. More... | |
string | bridgeId [get] |
Returns ID of the bridge the party is added to. More... | |
string | remoteStepId [get] |
Returns remote interaction step ID. More... | |
string | userId [get] |
Returns ID of the user associated with party, if any. More... | |
User? | user [get] |
Reference to the User object associated with the party, if any. More... | |
PartyConnectMode | mode [get] |
Returns the mode this party is connected to the bridge in. More... | |
string | name [get] |
Returns party's name. More... | |
string | number [get] |
Returns party's phone number More... | |
PhoneType | phoneType [get] |
Returns party phone type. More... | |
PartyRole | role [get] |
Returns role of the party. More... | |
Class described the single party of phone call.
bool ADAPI.CallParty.isOwned | ( | ) |
Specifies if call party belongs to the same scenario the user's belongs to. In case of conference, user may only remove parties which are added by him.
|
get |
Returns ID of the bridge the party is added to.
|
get |
Specifies if this party is placed on hold.
|
get |
Unique ID of the party .
|
get |
Returns the mode this party is connected to the bridge in.
|
get |
Returns party's name.
|
get |
Returns party's phone number
|
get |
Returns party phone type.
|
get |
Returns remote interaction step ID.
|
get |
Returns role of the party.
|
get |
Returns ID of the user associated with party, if any.