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