@stream-io/video-client 0.2.1 → 0.2.2

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.
package/dist/index.es.js CHANGED
@@ -10492,13 +10492,13 @@ class Call {
10492
10492
  /**
10493
10493
  * Starts the broadcasting of the call.
10494
10494
  */
10495
- this.startBroadcasting = () => __awaiter(this, void 0, void 0, function* () {
10495
+ this.startHLS = () => __awaiter(this, void 0, void 0, function* () {
10496
10496
  return this.streamClient.post(`${this.streamClientBasePath}/start_broadcasting`, {});
10497
10497
  });
10498
10498
  /**
10499
10499
  * Stops the broadcasting of the call.
10500
10500
  */
10501
- this.stopBroadcasting = () => __awaiter(this, void 0, void 0, function* () {
10501
+ this.stopHLS = () => __awaiter(this, void 0, void 0, function* () {
10502
10502
  return this.streamClient.post(`${this.streamClientBasePath}/stop_broadcasting`, {});
10503
10503
  });
10504
10504
  /**
@@ -11881,7 +11881,7 @@ class WSConnectionFallback {
11881
11881
  }
11882
11882
  }
11883
11883
 
11884
- const version = '0.2.1';
11884
+ const version = '0.2.2';
11885
11885
 
11886
11886
  const logger = getLogger(['location']);
11887
11887
  const HINT_URL = `https://hint.stream-io-video.com/`;