Package io.getstream.video.android.core
Class RealtimeConnection.Joined
-
- All Implemented Interfaces:
-
io.getstream.video.android.core.RealtimeConnection
public final class RealtimeConnection.Joined implements RealtimeConnection
We set the state to Joined as soon as the call state is available
-
-
Field Summary
Fields Modifier and Type Field Description private final RtcSessionsession
-
Constructor Summary
Constructors Constructor Description RealtimeConnection.Joined(RtcSession session)
-
Method Summary
Modifier and Type Method Description final RtcSessiongetSession()-
-
Constructor Detail
-
RealtimeConnection.Joined
RealtimeConnection.Joined(RtcSession session)
-
-
Method Detail
-
getSession
final RtcSession getSession()
-
-
-
-