init
This method makes the DyteClient ready to join in a given meeting. Should be called from a background thread.
Parameters
dyte Meeting Info
open override fun init(dyteMeetingInfo: DyteMeetingInfo, onSuccess: () -> Unit, onFailed: () -> Unit)
open override fun init(dyteMeetingInfo: DyteMeetingInfoV2, onInitCompleted: () -> Unit, onInitFailed: () -> Unit)