A bottom sheet shown when tapping the more button. Contains options for participants, chat, polls, plugins, recording, screen share, mute all, and settings.
| Method | Parameters | Description |
|---|---|---|
show |
fragmentManager: FragmentManager, tag: String? |
Display the meeting options bottom sheet |
val meetingOptions = RtkMeetingOptionBottomSheet()
meetingOptions.show(fragmentManager, "MEETING_OPTIONS_TAG")