init

open override fun init(dyteMeetingInfo: DyteMeetingInfo)

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


open override fun init(dyteMeetingInfo: DyteMeetingInfoV2)

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