Help Center/ Meeting/ Client SDK Reference/ Electron SDK/ APIs/ Login Management Objects/ Subscribing to Login Kickout Notifications
Updated on 2024-07-30 GMT+08:00

Subscribing to Login Kickout Notifications

Function

A notification is sent when you were kicked out of this account by another device. In this case, you need to log in again.

Function Prototype

setOnKickedOutNotifyCB(onKickedOutNotify: () => void): voidsetOnKickedOutNotifyCB(onKickedOutNotify: () => void): void

Request Parameters

Table 1 Input parameter description
Parameter Mandatory Type Description
onKickedOutNotify Yes () => void Notifies you when you were kicked out of this account by another device. In this case, you need to log in again.

Return Values

void