RingCentral .Net SDK
Properties | List of all members
RingCentral.ReplyParty Class Reference

Properties

string id [get, set]
 Internal identifier of a party More...
 
CallStatusInfo status [get, set]
 
bool? muted [get, set]
 Specifies if a call participant is muted or not. Note: If a call is also controlled via Hard phone or RingCentral App (not only through the API by calling call control methods) then it cannot be fully muted/unmuted via API only, in this case the action should be duplicated via Hard phone/RC App interfaces More...
 
bool? standAlone [get, set]
 If true then the party is not connected to a session voice conference, false means the party is connected to other parties in a session More...
 
ParkInfo park [get, set]
 
PartyInfo from [get, set]
 
PartyInfo to [get, set]
 
OwnerInfo owner [get, set]
 
string direction [get, set]
 Direction of a call Enum: Inbound, Outbound More...
 

Property Documentation

◆ direction

string RingCentral.ReplyParty.direction
getset

Direction of a call Enum: Inbound, Outbound

◆ from

PartyInfo RingCentral.ReplyParty.from
getset

◆ id

string RingCentral.ReplyParty.id
getset

Internal identifier of a party

◆ muted

bool? RingCentral.ReplyParty.muted
getset

Specifies if a call participant is muted or not. Note: If a call is also controlled via Hard phone or RingCentral App (not only through the API by calling call control methods) then it cannot be fully muted/unmuted via API only, in this case the action should be duplicated via Hard phone/RC App interfaces

◆ owner

OwnerInfo RingCentral.ReplyParty.owner
getset

◆ park

ParkInfo RingCentral.ReplyParty.park
getset

◆ standAlone

bool? RingCentral.ReplyParty.standAlone
getset

If true then the party is not connected to a session voice conference, false means the party is connected to other parties in a session

◆ status

CallStatusInfo RingCentral.ReplyParty.status
getset

◆ to

PartyInfo RingCentral.ReplyParty.to
getset


The documentation for this class was generated from the following file: