CallBackRtcClientDidSelectCandidate typedef
CallBackRtcClientDidSelectCandidate =
void Function(CallRtcClient client, RTCIceCandidate candidate)
Implementation
typedef CallBackRtcClientDidSelectCandidate = void Function(CallRtcClient client, RTCIceCandidate candidate);