public final class ParticipantsUpdatedEvent extends CallingServerEventBase
| Modifier and Type | Method and Description |
|---|---|
static ParticipantsUpdatedEvent |
deserialize(com.azure.core.util.BinaryData eventData)
Deserialize
ParticipantsUpdatedEvent event. |
String |
getCallConnectionId()
Get the callConnectionId property: The call connection id.
|
List<CallParticipant> |
getParticipants()
Get the participants.
|
public String getCallConnectionId()
public List<CallParticipant> getParticipants()
public static ParticipantsUpdatedEvent deserialize(com.azure.core.util.BinaryData eventData)
ParticipantsUpdatedEvent event.eventData - binary data for eventParticipantsUpdatedEvent event.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.