OnConnectionStateChanged typedef
OnConnectionStateChanged =
void Function(RTCConnectionState state)
state
: Current connection status between SDK and signaling server.
Implementation
typedef OnConnectionStateChanged = void Function(RTCConnectionState state);