onLogout property

OnLogoutType? onLogout
getter/setter pair

The user receives this callback after calling RTCVideo.logout or when the local user is kicked out because another user logs in with the same UserId.

Implementation

OnLogoutType? onLogout;