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

Subscribing to Login Kickout Notifications

Function

A notification is sent when your account is kicked out by another terminal. 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 Y () => void Notification sent when your account is kicked out by another terminal. In this case, you need to log in again.

Return Values

void