FuncList | DESC |
Error event callback. | |
The current user was kicked offline. | |
The current user signature is expired. | |
The name of the room has changed. | |
Room was dismissed. | |
The current user has been kicked off from the room. | |
The room seat mode has changed. | |
The count of user in the room has changed. | |
Remote user entered room. | |
Remote user left room. | |
User information has changed in the room. | |
The status of the user has video stream changed. | |
The status of the user has audio stream changed. | |
User volume changed. | |
The status of disabling to send message has changed for user. | |
The User network status changed. | |
Screen sharing stopped. | |
The maximum count of seats in the room changed (only available in conference rooms) | |
Seat list changed. | |
The user was kicked off the seat. | |
Receive a request message. | |
Received a cancelled request. | |
Receive a request to be processed by other administrator/owner. |
void onError | |
| String message) |
Param | DESC |
errorCode | |
message | Error message. |
void onKickedOffLine | (String message) |
Param | DESC |
message | Description of being kicked off. |
void onRoomNameChanged | (String roomId |
| String roomName) |
Param | DESC |
roomId | Room ID. |
roomName | Room name. |
void onRoomDismissed | (String roomId |
|
Param | DESC |
reason | |
roomId | Room ID. |
void onKickedOutOfRoom | (String roomId |
| |
| String message) |
Param | DESC |
message | Description of being kicked off. |
reason | Reason for being kicked off. |
roomId | Room ID. |
void onRoomSeatModeChanged | (String roomId |
|
Param | DESC |
roomId | : Room ID. |
seatMode |
void onRoomUserCountChanged | (String roomId |
| int userCount) |
Param | DESC |
roomId | Room ID. |
userCount | Count of user. |
void onRemoteUserEnterRoom | (String roomId |
|
Param | DESC |
roomId | Room ID. |
userInfo |
void onRemoteUserLeaveRoom | (String roomId |
|
Param | DESC |
roomId | Room ID. |
userInfo |
void onUserInfoChanged | |
|
Param | DESC |
modifyFlag | |
userInfo |
void onUserVideoStateChanged | (String userId |
| |
| boolean hasVideo |
|
Param | DESC |
hasVideo | The current user whether has video stream. |
reason | |
streamType | |
userId | User ID. |
void onUserAudioStateChanged | (String userId |
| boolean hasAudio |
|
void onUserVoiceVolumeChanged | (Map<String, Integer> volumeMap) |
Param | DESC |
volumeMap | : User volume dictionary key: userId, value: the volume of all speaking users, with a value range of 0 - 100. |
void onSendMessageForUserDisableChanged | (String roomId |
| String userId |
| boolean isDisable) |
Param | DESC |
isDisable | true: disable user to send message false: enable user to send message. |
userId | User ID. |
void onUserNetworkQualityChanged |
Param | DESC |
networkMap |
void onUserScreenCaptureStopped | (int reason) |
Param | DESC |
reason | Stop reason, 0: user actively stops; 1: the screen or the window is closed ; 2: the status of the screen or the window has changed (such as device disconnect). |
void onRoomMaxSeatCountChanged | (String roomId |
| int maxSeatCount) |
Param | DESC |
maxSeatCount | The maximum count of seat in the room. |
roomId | Room ID. |
void onSeatListChanged | |
| |
|
Param | DESC |
leftList | List of newly leave-seat users. |
seatList | The latest user list on seat, including new users. |
seatedList | List of newly take-seat users. |
void onKickedOffSeat | (int seatIndex |
|
Param | DESC |
operateUser | User information of the owner/administrator who kicked the user. |
seatIndex | Seat index. |
void onRequestReceived |
Param | DESC |
request |
Param | DESC |
operateUser | Operator information. |
request |
Was this page helpful?