Share via


AcsCallingEvent interface

Schema of common properties of all calling events

Properties

correlationId

The correlationId of calling event

group

The group metadata

isRoomsCall

Is the calling event a room call.

isTwoParty

Is two-party in calling event.

room

The room metadata

serverCallId

The call id of the server

startedBy

The call participant who initiated the call.

Property Details

correlationId

The correlationId of calling event

correlationId: string

Property Value

string

group

The group metadata

group?: AcsCallGroup

Property Value

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

The room metadata

room?: AcsCallRoom

Property Value

serverCallId

The call id of the server

serverCallId: string

Property Value

string

startedBy

The call participant who initiated the call.

startedBy: AcsCallParticipant

Property Value