@signalwire/js 3.23.4 → 3.25.0

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.js CHANGED
@@ -1371,7 +1371,11 @@ var RoomSessionAPI = (0, import_core13.extendComponent)(RoomSessionConnection, {
1371
1371
  promote: import_core13.Rooms.promote,
1372
1372
  demote: import_core13.Rooms.demote,
1373
1373
  getStreams: import_core13.Rooms.getStreams,
1374
- startStream: import_core13.Rooms.startStream
1374
+ startStream: import_core13.Rooms.startStream,
1375
+ lock: import_core13.Rooms.lock,
1376
+ unlock: import_core13.Rooms.unlock,
1377
+ setRaisedHand: import_core13.Rooms.setRaisedHand,
1378
+ setPrioritizeHandraise: import_core13.Rooms.setPrioritizeHandraise
1375
1379
  });
1376
1380
  var createBaseRoomSessionObject = (params) => {
1377
1381
  const room = (0, import_core13.connect)({
@@ -1629,7 +1633,7 @@ var JWTSession = class extends import_core21.BaseJWTSession {
1629
1633
  this.options = options;
1630
1634
  __publicField(this, "WebSocketConstructor", WebSocket);
1631
1635
  __publicField(this, "CloseEventConstructor", SwCloseEvent);
1632
- __publicField(this, "agent", "@signalwire/js/browser/3.23.4");
1636
+ __publicField(this, "agent", "@signalwire/js/browser/3.25.0");
1633
1637
  __publicField(this, "tokenTyp");
1634
1638
  this.tokenTyp = (_a = decodedJwt.typ) != null ? _a : "VRT";
1635
1639
  }