cmd-control-client-lib 3.0.253 → 3.0.255
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -111,7 +111,7 @@ export declare type ChatOnlineStats = {
|
|
|
111
111
|
videoTime?: string;
|
|
112
112
|
/** the video time as string 00:33:22 */
|
|
113
113
|
videoTimeString?: string;
|
|
114
|
-
|
|
114
|
+
lobbyUsers?: string;
|
|
115
115
|
};
|
|
116
116
|
export declare class CMDC_UPDATE_CHAT implements ICOMMAND {
|
|
117
117
|
action: ACTION;
|
|
@@ -112,6 +112,7 @@ export declare enum SystemMessageKey {
|
|
|
112
112
|
h_chat_fsk_denied = "h_chat_fsk_denied",
|
|
113
113
|
h_chat_fsk_text_warn = "h_chat_fsk_text_warn",
|
|
114
114
|
h_chat_fsk_wait = "h_chat_fsk_wait",
|
|
115
|
+
h_chat_fsk_accepted = "h_chat_fsk_accepted",
|
|
115
116
|
h_chat_guest_mobile = "h_chat_guest_mobile",
|
|
116
117
|
h_chat_guest_preview_start = "h_chat_guest_preview_start",
|
|
117
118
|
h_chat_guest_preview_start2 = "h_chat_guest_preview_start2",
|