Skip to content

RtkSettingsBottomsheet

Last updated View as MarkdownAgent setup

A settings bottom sheet that contains audio and video device selectors and a self-preview tile. Used in portrait orientation.

Methods

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

Usage Examples

Basic Usage

val settingsBottomSheet = RtkSettingsBottomsheet()
settingsBottomSheet.show(fragmentManager, "SETTINGS_TAG")

Was this helpful?