Class JoinCallResponseEvent
-
- All Implemented Interfaces:
public final class JoinCallResponseEvent extends SfuDataEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final <Error class: unknown class>callStateprivate final ParticipantCountparticipantCount
-
Constructor Summary
Constructors Constructor Description JoinCallResponseEvent(<Error class: unknown class> callState, ParticipantCount participantCount)
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class>getCallState()final ParticipantCountgetParticipantCount()-
-
Constructor Detail
-
JoinCallResponseEvent
JoinCallResponseEvent(<Error class: unknown class> callState, ParticipantCount participantCount)
-
-
Method Detail
-
getCallState
final <Error class: unknown class> getCallState()
-
getParticipantCount
final ParticipantCount getParticipantCount()
-
-
-
-