onConnectionStateChanged method Null safety
Get notified when the connection state changes
state The current network connection state NERtcConnectionState
reason the reason why the network state changes ConnectionStateChangeReason.
Implementation
void onConnectionStateChanged(int state, int reason);