RoomTokenExpiredKickedOut constant

int const RoomTokenExpiredKickedOut

Description: The business server has sent a signal to kick the user out of the room.
Cause: The business server has sent a signal to kick the user out of the room because the token expired.
Solutions: Please update the token in time after receiving the callback notification that the token is about to expire.

Implementation

static const int RoomTokenExpiredKickedOut = 1002056;