FuncList | DESC |
Error event callback. | |
The current user was kicked offline. | |
The current user signature is expired. | |
The name of the room has changed. | |
The status of disabling to open microphone has changed for all users. | |
The status of disabling to open camera has changed for all users. | |
The status of disabling to open screen sharing has changed for all users. | |
The status of disabling to send message has changed for all users. | |
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. | |
The key-value of room metadata 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. | |
Room was dismissed. | |
User role changed. | |
User role changed. | |
Recevied user was kicked off the seat. | |
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 onAllUserMicrophoneDisableChanged | (String roomId |
| boolean isDisable) |
Param | DESC |
isDisable | true: disable user to open microphone false: enable user to open microphone. |
roomId | Room ID. |
void onAllUserCameraDisableChanged | (String roomId |
| boolean isDisable) |
Param | DESC |
isDisable | true: disable user to open camera false: enable user to open camera. |
roomId | Room ID. |
void onScreenShareForAllUserDisableChanged | (String roomId |
| boolean isDisable) |
Param | DESC |
isDisable | true: disable user to open screen sharing false: enable user to open screen sharing. |
roomId | Room ID. |
void onSendMessageForAllUserDisableChanged | (String roomId |
| boolean isDisable) |
Param | DESC |
isDisable | true: disable user to send message false: enable user to send message. |
roomId | Room ID. |
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 onRoomMetadataChanged | (String key |
| String value) |
Param | DESC |
key | The key of room metadata. |
value | The value of room metadata. |
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 |
Param | DESC |
operateUser | Operator information. |
request |
void onRoomDismissed | (String roomId) |
Param | DESC |
roomId | Room ID. |
void onUserRoleChanged |
Param | DESC |
userInfo | User information. |
void onUserRoleChanged | (String userId |
|
Param | DESC |
userId | Room ID. |
userRole |
void onKickedOffSeat | (String userId) |
Param | DESC |
userId | Operator ID. |
void onRequestCancelled | (String requestId |
| String userId) |
Param | DESC |
requestId | Request ID. |
userId | Operator ID. |
void onRequestProcessed | (String requestId |
| String userId) |
Param | DESC |
requestId | Request ID. |
userId | Operator ID. |
Was this page helpful?