cmd-control-client-lib 3.0.327 → 3.0.330
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.
|
@@ -403,6 +403,10 @@ export declare type channelSummaryInfo = {
|
|
|
403
403
|
channels: string;
|
|
404
404
|
/** number of unseen messages */
|
|
405
405
|
unseen: string;
|
|
406
|
+
/** number of unused CHANNELS*/
|
|
407
|
+
unusedIn: string;
|
|
408
|
+
unusedOut: string;
|
|
409
|
+
unusedInOut: string;
|
|
406
410
|
/** number of unseen messages */
|
|
407
411
|
unseenWithoutArchived: string;
|
|
408
412
|
/** number of unseen channels */
|
|
@@ -219,7 +219,9 @@ export declare class CMDP_CGETCLIPS implements ICOMMAND {
|
|
|
219
219
|
export declare class CMDP_CGETCLIPS_RESPONSE extends CMDP_CGETCLIPS implements IRESPONSE {
|
|
220
220
|
result: RESULT;
|
|
221
221
|
commands: CMDC_CLIP[];
|
|
222
|
-
values:
|
|
222
|
+
values: {
|
|
223
|
+
recordedSeconds?: "string";
|
|
224
|
+
};
|
|
223
225
|
}
|
|
224
226
|
export declare class CMDP_CBUYCLIP implements ICOMMAND {
|
|
225
227
|
action: ACTION;
|
|
@@ -82,6 +82,7 @@ export interface SessionState extends IKeyMaybeValue {
|
|
|
82
82
|
mobileVideoCallState?: EnumBooleanStringified;
|
|
83
83
|
mobileVideoCallRun?: EnumBooleanStringified;
|
|
84
84
|
mobileVideoCallChannelId?: string;
|
|
85
|
+
mobileVideoCallDuration?: string;
|
|
85
86
|
/** ticket show allowed*/
|
|
86
87
|
canOpenLobby?: EnumBooleanStringified;
|
|
87
88
|
/** web sip allowed*/
|