Beispiel #1
0
 internal static extern WebRTCErrorCode SetIceGatheringStateChangedCb(IntPtr handle, IceGatheringStateChangedCallback callback, IntPtr userData = default);
Beispiel #2
0
 public extern static void SetIceGatheringStateChangedCallback(PeerConnectionObserverSafeHandle safeHandle, IceGatheringStateChangedCallback callback, IntPtr userData);