cmd-control-client-lib 3.0.327 → 3.0.329
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.
|
@@ -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*/
|