cmd-control-client-lib 3.0.214 → 3.0.216
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.
|
@@ -129,7 +129,8 @@ export declare enum EndChatType {
|
|
|
129
129
|
PREVIEW = "PREVIEW",
|
|
130
130
|
PREVIEW_VIP = "PREVIEW_VIP",
|
|
131
131
|
PREVIEW_SHORT = "PREVIEW_SHORT",
|
|
132
|
-
PREVIEW_VOUCHER = "PREVIEW_VOUCHER"
|
|
132
|
+
PREVIEW_VOUCHER = "PREVIEW_VOUCHER",
|
|
133
|
+
MOBILEVIDEOCALL = "MOBILEVIDEOCALL"
|
|
133
134
|
}
|
|
134
135
|
export declare class CMDC_CEXIT implements ICOMMAND {
|
|
135
136
|
action: ACTION;
|