Skip to main content
showLocalVideo() Prebuilt Custom

Return value

Returns booleantrue if the self-view is visible, false if hidden.

Example

if (!call.showLocalVideo()) {
  call.setShowLocalVideo(true);
}

See also