Пример #1
0
 private void LocalVideoStream_OnLinkDown(StreamLinkDownArgs p)
 {
     if (_layoutManager != null)
     {
         _layoutManager.RemoveRemoteVideoControl(p.PeerId);
     }
 }
Пример #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);
     }
 }
Пример #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);
     }
 }
Пример #4
0
 private void RemoveRemoteVideoControl(StreamLinkDownArgs e)
 {
     LocalMedia.LayoutManager.RemoveRemoteVideoControl(e.PeerId);
 }
Пример #5
0
 private void RemoveRemoteVideoControl(StreamLinkDownArgs e)
 {
     LocalMedia.LayoutManager.RemoveRemoteVideoControl(e.PeerId);
 }