@signalwire/js 3.23.4 → 3.24.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/core/src/memberPosition/workers.d.ts.map +1 -1
- package/dist/core/src/types/videoRoomSession.d.ts +2 -0
- package/dist/core/src/types/videoRoomSession.d.ts.map +1 -1
- package/dist/core/src/types/voiceCall.d.ts +1 -0
- package/dist/core/src/types/voiceCall.d.ts.map +1 -1
- package/dist/index.esm.js +4 -2
- package/dist/index.esm.js.map +2 -2
- package/dist/index.js +4 -2
- package/dist/index.js.map +2 -2
- package/dist/index.umd.js +3 -3
- package/dist/index.umd.js.map +1 -1
- package/dist/js/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/BaseRoomSession.test.ts +3 -3
- package/src/BaseRoomSession.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -1371,7 +1371,9 @@ 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
|
|
1375
1377
|
});
|
|
1376
1378
|
var createBaseRoomSessionObject = (params) => {
|
|
1377
1379
|
const room = (0, import_core13.connect)({
|
|
@@ -1629,7 +1631,7 @@ var JWTSession = class extends import_core21.BaseJWTSession {
|
|
|
1629
1631
|
this.options = options;
|
|
1630
1632
|
__publicField(this, "WebSocketConstructor", WebSocket);
|
|
1631
1633
|
__publicField(this, "CloseEventConstructor", SwCloseEvent);
|
|
1632
|
-
__publicField(this, "agent", "@signalwire/js/browser/3.
|
|
1634
|
+
__publicField(this, "agent", "@signalwire/js/browser/3.24.0");
|
|
1633
1635
|
__publicField(this, "tokenTyp");
|
|
1634
1636
|
this.tokenTyp = (_a = decodedJwt.typ) != null ? _a : "VRT";
|
|
1635
1637
|
}
|