Class ParticipantLeftEvent
-
- All Implemented Interfaces:
public final class ParticipantLeftEvent extends SfuDataEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final <Error class: unknown class>participantprivate final StringcallCid
-
Constructor Summary
Constructors Constructor Description ParticipantLeftEvent(<Error class: unknown class> participant, String callCid)
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class>getParticipant()final StringgetCallCid()-
-
Constructor Detail
-
ParticipantLeftEvent
ParticipantLeftEvent(<Error class: unknown class> participant, String callCid)
-
-
Method Detail
-
getParticipant
final <Error class: unknown class> getParticipant()
-
getCallCid
final String getCallCid()
-
-
-
-