Skip to main content
showParticipantsBar() Prebuilt Custom

Return value

Returns booleantrue if the participant bar is visible, false if hidden.

Example

if (!call.showParticipantsBar()) {
  call.setShowParticipantsBar(true);
}

See also