Skip to content

RtkMeetingOptionBottomSheet

Last updated View as MarkdownAgent setup

A bottom sheet shown when tapping the more button. Contains options for participants, chat, polls, plugins, recording, screen share, mute all, and settings.

Methods

Method Parameters Description
show fragmentManager: FragmentManager, tag: String? Display the meeting options bottom sheet

Usage Examples

Basic Usage

val meetingOptions = RtkMeetingOptionBottomSheet()
meetingOptions.show(fragmentManager, "MEETING_OPTIONS_TAG")

Was this helpful?