setVideoRenderMode
Sets the video render mode.
public void setVideoRenderMode(Constants.VideoRenderMode mode) throws RteException
- Since
- Available since v4.4.0.
Parameters
- mode
- The video render mode to set. See VideoRenderMode.
Note: The default value is
VideoRenderMode.HIDDEN.
Exceptions
RteException:
RteException.errorCode() may return the following error codes:
ErrorCode.INVALID_ARGUMENT: themodeparameter is set to an invalid value.