Skip to main content

SetupViewController

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

To show SetupViewController do in iOS as follows:

let controller =  SetupViewController(meetingInfo: dyteMeetingInfo,
mobileClient: metting,
completion: {})
self.present(controller, animated: true)