Ejemplo n.º 1
0
 /// <summary>
 /// Stops rendering the remote video stream.
 /// </summary>
 public void DisableRemoteVideo()
 {
     NativeVideoInterop.DisableRemoteVideo(_nativeVideoHandle);
     _lookupDictionary.Remove(_nativeVideoHandle);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Stops rendering the remote video stream.
 /// </summary>
 public void DisableRemoteVideo()
 {
     NativeVideoInterop.DisableRemoteVideo(_nativeVideoHandle);
 }