A screen shown before joining the meeting, where you can edit your display name and media settings.
val rtkSetupFragment = RtkSetupFragment()
supportFragmentManager.beginTransaction()
.add(R.id.fragmentContainer, rtkSetupFragment)
.commit()A screen shown before joining the meeting, where you can edit your display name and media settings.
val rtkSetupFragment = RtkSetupFragment()
supportFragmentManager.beginTransaction()
.add(R.id.fragmentContainer, rtkSetupFragment)
.commit()Was this helpful?