onUserSigExpired property

void Function()? onUserSigExpired
final

The callback of the login credentials expired when online, you need to generate a new userSig and call init() function of TUICallEngine to log in again.

Implementation

final void Function()? onUserSigExpired;