cmd-control-client-lib 3.0.316 → 3.0.317

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.
@@ -49,6 +49,7 @@ export declare class CMDC_STARTMOBILEVIDEOCALL implements ICOMMAND {
49
49
  imgSrc: string;
50
50
  videoSdkConfig: JSONString<VideoSdkConfig>;
51
51
  isSoftChat: EnumBooleanStringified;
52
+ chatID?: string;
52
53
  };
53
54
  }
54
55
  export declare class CMDP_UPDATEMOBILEVIDEOCALL implements ICOMMAND {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cmd-control-client-lib",
3
3
  "description": "Cmd-Client-Library",
4
- "version": "3.0.316",
4
+ "version": "3.0.317",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },