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