ZegoMenuBarButtonName enum

Predefined buttons that can be added to the top or bottom toolbar. By configuring these options, users can customize their own top menu bar or bottom toolbar. This enum type is used in ZegoUIKitPrebuiltVideoConferenceConfig.bottomMenuBarConfig and ZegoUIKitPrebuiltVideoConferenceConfig.topMenuBarConfig.

Inheritance

Constructors

ZegoMenuBarButtonName()
const

Values

toggleCameraButton → const ZegoMenuBarButtonName

Button for controlling the camera switch.

toggleMicrophoneButton → const ZegoMenuBarButtonName

Button for controlling the microphone switch.

leaveButton → const ZegoMenuBarButtonName

Button for leaving the current meeting.

switchCameraButton → const ZegoMenuBarButtonName

Button for switching between front and rear cameras.

switchAudioOutputButton → const ZegoMenuBarButtonName

Button for switching audio output. You can switch to the speaker, or to Bluetooth, headphones, and earbuds.

showMemberListButton → const ZegoMenuBarButtonName

Button for controlling the visibility of the member list.

chatButton → const ZegoMenuBarButtonName

Button to open/hide the chat UI.

toggleScreenSharingButton → const ZegoMenuBarButtonName

Button for toggling screen sharing.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ZegoMenuBarButtonName>
A constant List of the values in this enum, in order of their declaration.