showParticipantsBar()
Prebuilt
Custom
Return value
Returnsboolean — true if the participant bar 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 participant bar is currently visible in Daily Prebuilt.
showParticipantsBar()
Prebuilt
Custom
boolean — true if the participant bar is visible, false if hidden.
if (!call.showParticipantsBar()) {
call.setShowParticipantsBar(true);
}