Skip to content

RtkSetupFragment

A screen shown before joining the meeting, where you can edit your display name and media settings.

Usage Examples

Basic Usage

Kotlin
val rtkSetupFragment = RtkSetupFragment()
supportFragmentManager.beginTransaction()
.add(R.id.fragmentContainer, rtkSetupFragment)
.commit()