OnConnectionStateChangeCallback typedef

OnConnectionStateChangeCallback = void Function(PeerConnectionState)

Shortcut for the on_connection_state_change callback.

Implementation

typedef OnConnectionStateChangeCallback = void Function(PeerConnectionState);