|
void | onJoin (boolean result, @JCCReasonCode int reason) |
|
void | onRoomStateChanged (@JCCRoomState int state, @JCCRoomState int oldState) |
|
void | onLeave (@JCCReasonCode int reason) |
|
void | onQuery (int operationId, boolean result, @JCCReasonCode int reason, JCCRoomQueryInfo queryInfo) |
|
void | onLogin (boolean result, @JCCReasonCode int reason) |
|
void | onLogout (@JCCReasonCode int reason) |
|
void | onOnlineMessageSendResult (boolean result, int operatorId) |
|
void | onOnlineMessageReceived (String message, String userId) |
|
void | onUploadFileResult (String fileName, String response) |
|
void | onUploadFileError (String fileName, Exception error) |
|
void | onMessageInCallReceived (String type, String content, String fromUserId) |
|
void | onError (String errorCode, String errorCodeDetail) |
|
boolean | onViewEvent (@JCCConstants.JCCViewEvent int viewEvent) |
|