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 ParticipantCountparticipantCountprivate final BooleanisReconnected
-
Constructor Summary
Constructors Constructor Description JoinCallResponseEvent(<Error class: unknown class> callState, ParticipantCount participantCount, Boolean isReconnected)
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class>getCallState()final ParticipantCountgetParticipantCount()final BooleanisReconnected()-
-
Constructor Detail
-
JoinCallResponseEvent
JoinCallResponseEvent(<Error class: unknown class> callState, ParticipantCount participantCount, Boolean isReconnected)
-
-
Method Detail
-
getCallState
final <Error class: unknown class> getCallState()
-
getParticipantCount
final ParticipantCount getParticipantCount()
-
isReconnected
final Boolean isReconnected()
-
-
-
-