onKickedOffline property
void Function()?
onKickedOffline
final
The callback of the current user being kicked off, the user can be prompted on the UI at this time, and call init() function of TUICallEngine to log in again.
Implementation
final void Function()? onKickedOffline;