getConnectionState abstract method

Future<ConnectionStateType> getConnectionState()

Gets the current connection state of the SDK.

You can call this method either before or after joining a channel.

Returns The current connection state. See ConnectionStateType.

Implementation

Future<ConnectionStateType> getConnectionState();