Package io.getstream.video.android.core
Interface RealtimeConnection
-
- All Implemented Interfaces:
public interface RealtimeConnection
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRealtimeConnection.PreJoinWe start out in the PreJoin state. This is before call.join is called
public classRealtimeConnection.InProgressJoin is in progress
public final classRealtimeConnection.JoinedWe set the state to Joined as soon as the call state is available
public classRealtimeConnection.ConnectedTrue when the peer connections are ready
public classRealtimeConnection.ReconnectingReconnecting is true whenever Rtc isn't available and trying to recover If the subscriber peer connection breaks we'll reconnect If the publisher peer connection breaks we'll reconnect Also if the network provider from the OS says that internet is down we'll set it to reconnecting
public final classRealtimeConnection.Failedpublic classRealtimeConnection.Disconnected
-