Esempio n. 1
0
 /**
  * Shows/hides the visual <tt>Component</tt> depicting the video streaming from the local
  * peer/user to the remote peer(s).
  *
  * @param visible <tt>true</tt> to show the visual <tt>Component</tt> depicting the video
  *     streaming from the local peer/user to the remote peer(s); <tt>false</tt>, otherwise
  */
 public void setLocalVideoVisible(boolean visible) {
   uiVideoHandler.setLocalVideoVisible(visible);
 }