AcsCallEndedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.CallEnded event.
- Extends
Properties
| call |
Duration of the call in seconds. |
| ended |
The communication identifier of the user who was disconnected |
| reason | The reason for ending the call. |
Inherited Properties
| correlation |
The correlationId of calling event |
| group | The group metadata |
| is |
Is the calling event a room call. |
| is |
Is two-party in calling event. |
| room | The room metadata |
| server |
The call id of the server |
| started |
The call participant who initiated the call. |
Property Details
callDurationInSeconds
Duration of the call in seconds.
callDurationInSeconds?: number
Property Value
number
endedBy
The communication identifier of the user who was disconnected
endedBy?: AcsCallEndedBy
Property Value
reason
Inherited Property Details
correlationId
The correlationId of calling event
correlationId: string
Property Value
string
Inherited From AcsCallingEvent.correlationId
group
isRoomsCall
Is the calling event a room call.
isRoomsCall?: boolean
Property Value
boolean
Inherited From AcsCallingEvent.isRoomsCall
isTwoParty
Is two-party in calling event.
isTwoParty?: boolean
Property Value
boolean
Inherited From AcsCallingEvent.isTwoParty
room
serverCallId
The call id of the server
serverCallId: string
Property Value
string
Inherited From AcsCallingEvent.serverCallId
startedBy
The call participant who initiated the call.
startedBy: AcsCallParticipant
Property Value
Inherited From AcsCallingEvent.startedBy