A settings bottom sheet that contains audio and video device selectors and a self-preview tile. Used in portrait orientation.
| Method | Parameters | Description |
|---|---|---|
show |
fragmentManager: FragmentManager, tag: String? |
Display the settings bottom sheet |
val settingsBottomSheet = RtkSettingsBottomsheet()
settingsBottomSheet.show(fragmentManager, "SETTINGS_TAG")