Skip to content

RtkSettingsBottomsheet

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

Methods

MethodParametersDescription
showfragmentManager: FragmentManager, tag: String?Display the settings bottom sheet

Usage Examples

Basic Usage

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