getConnectionStateEx abstract method
Gets the current connection state of the SDK.
connection
The connection information. See RtcConnection.
Returns The current connection state. See ConnectionStateType.
Implementation
Future<ConnectionStateType> getConnectionStateEx(RtcConnection connection);