Share via


AcsCallParticipantEvent interface

Schema of common properties of all participant events

Extends

Properties

displayName

The display name of the participant.

participantId

The id of the participant.

user

The user of the call participant

userAgent

The user agent of the participant.

Inherited 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

displayName

The display name of the participant.

displayName?: string

Property Value

string

participantId

The id of the participant.

participantId?: string

Property Value

string

user

The user of the call participant

user?: AcsCallParticipant

Property Value

userAgent

The user agent of the participant.

userAgent?: string

Property Value

string

Inherited Property Details

correlationId

The correlationId of calling event

correlationId: string

Property Value

string

Inherited From AcsCallingEvent.correlationId

group

The group metadata

group?: AcsCallGroup

Property Value

Inherited From AcsCallingEvent.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

The room metadata

room?: AcsCallRoom

Property Value

Inherited From AcsCallingEvent.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