cmd-control-client-lib 3.0.272 → 3.0.274

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.
@@ -94,6 +94,7 @@ export declare class CMDP_STARTBANDWIDTHTEST_RESPONSE extends CMDP_STARTBANDWIDT
94
94
  seconds: string;
95
95
  dataURL: string;
96
96
  dataID: string;
97
+ speedTestUrl?: string;
97
98
  };
98
99
  }
99
100
  export declare class CMDP_STOPBANDWIDTHTEST implements ICOMMAND {
@@ -80,6 +80,7 @@ export interface SessionState extends IKeyMaybeValue {
80
80
  showMobileVideoCallTab?: EnumBooleanStringified;
81
81
  mobileVideoCallState?: EnumBooleanStringified;
82
82
  mobileVideoCallRun?: EnumBooleanStringified;
83
+ mobileVideoCallChannelId?: string;
83
84
  /** ticket show allowed*/
84
85
  canOpenLobby?: EnumBooleanStringified;
85
86
  /** private ticket show allowed*/
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.272",
4
+ "version": "3.0.274",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },