vani-meeting-client 0.5.4 → 0.5.5
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.
|
@@ -457,6 +457,7 @@ var UserMediaHandler = /** @class */ (function (_super) {
|
|
|
457
457
|
resolve({ message: "No Video In Devices", error: 'NoDevice', isSuccess: false });
|
|
458
458
|
return [2 /*return*/];
|
|
459
459
|
}
|
|
460
|
+
console.log("pauseCamera UserMediaHandler");
|
|
460
461
|
track = (_a = this.communicationHandler) === null || _a === void 0 ? void 0 : _a.getSelfTrackByType(TrackKind.Video);
|
|
461
462
|
if (track) {
|
|
462
463
|
if (track.track) {
|
|
@@ -519,6 +520,7 @@ var UserMediaHandler = /** @class */ (function (_super) {
|
|
|
519
520
|
resolve({ message: "No Audio In Devices", error: 'NoDevice', isSuccess: false });
|
|
520
521
|
return [2 /*return*/];
|
|
521
522
|
}
|
|
523
|
+
console.log("muteUser UserMediaHandler");
|
|
522
524
|
track = (_a = this.communicationHandler) === null || _a === void 0 ? void 0 : _a.getSelfTrackByType(TrackKind.Audio);
|
|
523
525
|
if (track) {
|
|
524
526
|
if (track.track) {
|