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

Notification payload body More...

Properties

long? sequence [get, set]
 Order number of a notification to state the chronology Format: int64 More...
 
string sessionId [get, set]
 Legacy identifier of a call session More...
 
string telephonySessionId [get, set]
 Call session identifier, required for Telephony API More...
 
string serverId [get, set]
 Identifier of a server More...
 
string eventTime [get, set]
 The call start date/time in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z Format: date-time More...
 
OriginInfo origin [get, set]
 
TelephonySessionsEventPartyInfo[] parties [get, set]
 Call participants details More...
 

Detailed Description

Notification payload body

Property Documentation

◆ eventTime

string RingCentral.TelephonySessionsEventBody.eventTime
getset

The call start date/time in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z Format: date-time

◆ origin

OriginInfo RingCentral.TelephonySessionsEventBody.origin
getset

◆ parties

TelephonySessionsEventPartyInfo [] RingCentral.TelephonySessionsEventBody.parties
getset

Call participants details

◆ sequence

long? RingCentral.TelephonySessionsEventBody.sequence
getset

Order number of a notification to state the chronology Format: int64

◆ serverId

string RingCentral.TelephonySessionsEventBody.serverId
getset

Identifier of a server

◆ sessionId

string RingCentral.TelephonySessionsEventBody.sessionId
getset

Legacy identifier of a call session

◆ telephonySessionId

string RingCentral.TelephonySessionsEventBody.telephonySessionId
getset

Call session identifier, required for Telephony API


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