Beispiel #1
0
 public static extern void PeerConnectionRegisterOnSetSessionDescSuccess(IntPtr context, IntPtr connection, DelegateNativePeerConnectionSetSessionDescSuccess onSuccess);
Beispiel #2
0
 public void PeerConnectionRegisterOnSetSessionDescSuccess(IntPtr ptr, DelegateNativePeerConnectionSetSessionDescSuccess callback)
 {
     NativeMethods.PeerConnectionRegisterOnSetSessionDescSuccess(self, ptr, callback);
 }