Exemplo n.º 1
0
 private void LocalVideoStream_OnLinkDown(StreamLinkDownArgs p)
 {
     if (_layoutManager != null)
     {
         _layoutManager.RemoveRemoteVideoControl(p.PeerId);
     }
 }
Exemplo n.º 2
0
 private void RemoveRemoteVideoControl(StreamLinkDownArgs e)
 {
     try
     {
         if (LocalMedia != null && LocalMedia.LayoutManager != null)
         {
             LocalMedia.LayoutManager.RemoveRemoteVideoControl(e.PeerId);
         }
     }
     catch (Exception ex)
     {
         Log.Error("Could not remove remote video control.", ex);
     }
 }
Exemplo n.º 3
0
 private void RemoveRemoteVideoControl(StreamLinkDownArgs e)
 {
     try
     {
         if (LocalMedia != null && LocalMedia.LayoutManager != null)
         {
             LocalMedia.LayoutManager.RemoveRemoteVideoControl(e.PeerId);
         }
     }
     catch (Exception ex)
     {
         Log.Error("Could not remove remote video control.", ex);
     }
 }
Exemplo n.º 4
0
 private void RemoveRemoteVideoControl(StreamLinkDownArgs e)
 {
     LocalMedia.LayoutManager.RemoveRemoteVideoControl(e.PeerId);
 }
Exemplo n.º 5
0
 private void RemoveRemoteVideoControl(StreamLinkDownArgs e)
 {
     LocalMedia.LayoutManager.RemoveRemoteVideoControl(e.PeerId);
 }