-
public final class CallCompositeRemoteParticipantJoinedEvent
Remote participants joined event with communication identifiers.
-
-
Field Summary
Fields Modifier and Type Field Description private final Collection<CommunicationIdentifier>
identifiers
-
Constructor Summary
Constructors Constructor Description CallCompositeRemoteParticipantJoinedEvent(Collection<CommunicationIdentifier> identifiers)
Create CallCompositeRemoteParticipantJoinedEvent with user identifiers.
-
Method Summary
Modifier and Type Method Description Collection<CommunicationIdentifier>
getIdentifiers()
Returns the communication identifiers. -
-
Constructor Detail
-
CallCompositeRemoteParticipantJoinedEvent
CallCompositeRemoteParticipantJoinedEvent(Collection<CommunicationIdentifier> identifiers)
Create CallCompositeRemoteParticipantJoinedEvent with user identifiers.- Parameters:
identifiers
- CommunicationIdentifier.
-
-
Method Detail
-
getIdentifiers
Collection<CommunicationIdentifier> getIdentifiers()
Returns the communication identifiers.
-
-
-
-