setShowLocalVideo(show)
Prebuilt
Custom
Defaults to true.
Parameters
boolean
required
true to show the local video tile, false to hide it.Return value
Returnsthis for chaining.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Shows or hides the local participant’s self-view in Daily Prebuilt.
setShowLocalVideo(show)
Prebuilt
Custom
Defaults to true.
true to show the local video tile, false to hide it.this for chaining.
// Hide the self-view
call.setShowLocalVideo(false);