Skip to content

RtkSettingsFragment

A settings dialog that contains audio and video device selectors and a self-preview tile. Used in landscape orientation.

Methods

MethodParametersDescription
showfragmentManager: FragmentManager, tag: String?Display the settings dialog
setBottomSheetEnabledonClick: () -> UnitEnable a button to switch to the bottom sheet view

Usage Examples

Basic Usage

Kotlin
val settingsFragment = RtkSettingsFragment()
settingsFragment.show(fragmentManager, "SETTINGS_TAG")