AcsCallParticipantEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Schema of common properties of participant events.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsCallParticipantEventData+AcsCallParticipantEventDataConverter))]
public class AcsCallParticipantEventData : Azure.Messaging.EventGrid.SystemEvents.AcsCallingEventProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsCallParticipantEventData+AcsCallParticipantEventDataConverter))>]
type AcsCallParticipantEventData = class
inherit AcsCallingEventProperties
Public Class AcsCallParticipantEventData
Inherits AcsCallingEventProperties
Public Class AcsCallParticipantEventData
Inherits AcsCallingEventProperties
Implements IJsonModel(Of AcsCallParticipantEventData), IPersistableModel(Of AcsCallParticipantEventData)
- Inheritance
- Derived
- Attributes
- Implements
Properties
CorrelationId |
The correlation ID of the calling event. (Inherited from AcsCallingEventProperties) |
DisplayName |
The display name of the participant. |
Group |
The group metadata. (Inherited from AcsCallingEventProperties) |
IsRoomsCall |
Is the calling event a room call. (Inherited from AcsCallingEventProperties) |
IsTwoParty |
Is two-party in calling event. (Inherited from AcsCallingEventProperties) |
ParticipantId |
The Id of the participant. |
Room |
The group metadata. (Inherited from AcsCallingEventProperties) |
ServerCallId |
The callId of the server. (Inherited from AcsCallingEventProperties) |
StartedBy |
The call participant who initiated the call. (Inherited from AcsCallingEventProperties) |
User |
The user of the call participant. |
UserAgent |
The user agent of the participant. |