CallBackRtcClientDidReceiveData typedef
CallBackRtcClientDidReceiveData =
void Function(CallRtcClient client, Uint8List data, RTCDataChannel dataChannel)
Implementation
typedef CallBackRtcClientDidReceiveData = void Function(CallRtcClient client, Uint8List data, RTCDataChannel dataChannel);