cmd-control-client-lib 3.0.195 → 3.0.196

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.
@@ -46,12 +46,10 @@ export declare class CMDP_STOPMOBILECALL implements ICOMMAND {
46
46
  videoSdkConfig: string;
47
47
  };
48
48
  }
49
- export declare class CMDP_STOPMOBILECALL_RESPONSE extends CMDP_STARTMOBILECALL implements IRESPONSE {
49
+ export declare class CMDP_STOPMOBILECALL_RESPONSE extends CMDP_STOPMOBILECALL implements IRESPONSE {
50
50
  result: RESULT;
51
51
  commands: ICOMMAND[];
52
- values: {
53
- videoSdkConfig: JSONString<VideoSdkConfig>;
54
- };
52
+ values: IKeyMaybeValue;
55
53
  }
56
54
  export declare class CMDC_STOPMOBILECALL implements ICOMMAND {
57
55
  action: ACTION;
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.195",
4
+ "version": "3.0.196",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },