AcsCallParticipantRemovedEventData Class
- java.
lang. Object - com.
azure. messaging. eventgrid. systemevents. models. AcsCallingEventProperties - com.
azure. messaging. eventgrid. systemevents. models. AcsCallParticipantEventData - com.
azure. messaging. eventgrid. systemevents. models. AcsCallParticipantRemovedEventData
- com.
- com.
- com.
public final class AcsCallParticipantRemovedEventData
extends AcsCallParticipantEventData
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.CallParticipantRemoved event.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Acs |
fromJson(JsonReader jsonReader)
Reads an instance of Acs |
| String |
getDisplayName()
Get the display |
|
Acs |
getGroup()
Get the group property: The group metadata. |
| String |
getParticipantId()
Get the participant |
|
Acs |
getRoom()
Get the room property: The room metadata. |
|
Acs |
getUser()
Get the user property: The user of the call participant. |
| String |
getUserAgent()
Get the user |
| Boolean |
isRoomsCall()
Get the is |
| Boolean |
isTwoParty()
Get the is |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from AcsCallParticipantEventData
Methods inherited from AcsCallingEventProperties
Methods inherited from java.lang.Object
Method Details
fromJson
public static AcsCallParticipantRemovedEventData fromJson(JsonReader jsonReader)
Reads an instance of AcsCallParticipantRemovedEventData from the JsonReader.
Parameters:
Returns:
Throws:
getDisplayName
public String getDisplayName()
Get the displayName property: The display name of the participant.
Overrides:
AcsCallParticipantRemovedEventData.getDisplayName()Returns:
getGroup
public AcsCallGroupProperties getGroup()
Get the group property: The group metadata.
Overrides:
AcsCallParticipantRemovedEventData.getGroup()Returns:
getParticipantId
public String getParticipantId()
Get the participantId property: The id of the participant.
Overrides:
AcsCallParticipantRemovedEventData.getParticipantId()Returns:
getRoom
public AcsCallRoomProperties getRoom()
Get the room property: The room metadata.
Overrides:
AcsCallParticipantRemovedEventData.getRoom()Returns:
getUser
public AcsCallParticipantProperties getUser()
Get the user property: The user of the call participant.
Overrides:
AcsCallParticipantRemovedEventData.getUser()Returns:
getUserAgent
public String getUserAgent()
Get the userAgent property: The user agent of the participant.
Overrides:
AcsCallParticipantRemovedEventData.getUserAgent()Returns:
isRoomsCall
public Boolean isRoomsCall()
Get the isRoomsCall property: Is the calling event a room call.
Overrides:
AcsCallParticipantRemovedEventData.isRoomsCall()Returns:
isTwoParty
public Boolean isTwoParty()
Get the isTwoParty property: Is two-party in calling event.
Overrides:
AcsCallParticipantRemovedEventData.isTwoParty()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AcsCallParticipantRemovedEventData.toJson(JsonWriter jsonWriter)Parameters:
Throws: