AcsCallingEvent interface
Schema of common properties of all calling events
Properties
correlation |
The correlation ID of the calling event |
group | The group metadata |
is |
Is the calling event a room call. |
is |
Is two-party in calling event. |
room | The group metadata |
server |
The callId of the server |
started |
The call participant who initiated the call. |
Property Details
correlationId
The correlation ID of the calling event
correlationId: string
Property Value
string
group
isRoomsCall
Is the calling event a room call.
isRoomsCall?: boolean
Property Value
boolean
isTwoParty
Is two-party in calling event.
isTwoParty?: boolean
Property Value
boolean
room
serverCallId
The callId of the server
serverCallId: string
Property Value
string
startedBy
The call participant who initiated the call.
startedBy: AcsCallParticipant