onMeetingInitFailed method
Here, exception
is of type DyteException
a custom error class with params error
& details
.
DyteException
is a subclass of Exception.
To use this, type cast Exception
as DyteException
and later on this Exception
will be replaced by DyteException
.
Implementation
void onMeetingInitFailed(Exception exception) {}