cmd-control-client-lib 3.0.111 → 3.0.112
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.
|
@@ -147,7 +147,6 @@ export declare enum ACTION {
|
|
|
147
147
|
CMDP_GETLIVEHISTORY = "CMDP_GETLIVEHISTORY",
|
|
148
148
|
CMDC_LIVESESSION = "CMDC_LIVESESSION",
|
|
149
149
|
CMDC_LIVECHAT = "CMDC_LIVECHAT",
|
|
150
|
-
CMDC_STATUS = "CMDC_STATUS",
|
|
151
150
|
CMDC_CHANNELMEDIASUMMARY = "CMDC_CHANNELMEDIASUMMARY",
|
|
152
151
|
CMDP_SGETCHANNELDMEDIASUMMARY = "CMDP_SGETCHANNELDMEDIASUMMARY"
|
|
153
152
|
}
|
|
@@ -1,14 +1,5 @@
|
|
|
1
1
|
import { EnumStreamStatusType } from "../@types";
|
|
2
2
|
import { ICOMMAND, ACTION, baseParamsType, IRESPONSE, RESULT, IKeyMaybeValue } from "../cmd-protocol";
|
|
3
|
-
export declare class CMDC_STATUS implements ICOMMAND {
|
|
4
|
-
action: ACTION;
|
|
5
|
-
params: IKeyMaybeValue & {
|
|
6
|
-
[key: string]: string;
|
|
7
|
-
proxyStateInfo?: string;
|
|
8
|
-
channelId?: string;
|
|
9
|
-
chatID?: string;
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
3
|
/** */
|
|
13
4
|
export declare class CMDP_SSTATUS implements ICOMMAND {
|
|
14
5
|
action: ACTION;
|