Skip to main content
setShowParticipantsBar(show) Prebuilt Custom Defaults to true.

Parameters

show
boolean
required
true to show the participant bar, false to hide it.

Return value

Returns this for chaining.

Example

// Hide the participant bar
call.setShowParticipantsBar(false);

See also