setShowParticipantsBar(show)
Prebuilt
Custom
Defaults to true.
Parameters
boolean
required
true to show the participant bar, 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 participant bar in Daily Prebuilt.
setShowParticipantsBar(show)
Prebuilt
Custom
Defaults to true.
true to show the participant bar, false to hide it.this for chaining.
// Hide the participant bar
call.setShowParticipantsBar(false);