init
Initialises the meeting with the given dyteMeetingInfo, sets up everything that is required to join the meeting
open override fun init(dyteMeetingInfo: DyteMeetingInfo, onSuccess: () -> Unit, onFailed: () -> Unit)
Initialises the meeting with the given dyteMeetingInfo, sets up everything that is required to join the meeting. Once init is complete, you get a callback on onInitCompleted or onInitFailed if there was a failure
Initialises the meeting with the given dyteMeetingInfo, sets up everything that is required to join the meeting.
open override fun init(dyteMeetingInfo: DyteMeetingInfoV2, onInitCompleted: () -> Unit, onInitFailed: () -> Unit)
Initialises the meeting with the given dyteMeetingInfo, sets up everything that is required to join the meeting. Once init is complete, you get a callback on onInitCompleted or onInitFailed if there was a failure