showLocalVideo()
Prebuilt
Custom
Return value
Returnsboolean — true if the self-view is visible, false if hidden.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns whether the local participant’s self-view is currently visible in Daily Prebuilt.
showLocalVideo()
Prebuilt
Custom
boolean — true if the self-view is visible, false if hidden.
if (!call.showLocalVideo()) {
call.setShowLocalVideo(true);
}