@azure/communication-react 1.21.0-alpha-202410250016 → 1.21.0-alpha-202410290016
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/communication-react.d.ts +191 -1
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-DeQgD3wS.js → ChatMessageComponentAsRichTextEditBox-DveZkfrA.js} +2 -2
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-DeQgD3wS.js.map → ChatMessageComponentAsRichTextEditBox-DveZkfrA.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DKalJ_L9.js → RichTextSendBoxWrapper-DXfEOSU-.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DKalJ_L9.js.map → RichTextSendBoxWrapper-DXfEOSU-.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-CsXx8T94.js → index-DfvN9S3r.js} +388 -211
- package/dist/dist-cjs/communication-react/index-DfvN9S3r.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +4 -1
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +7 -1
- package/dist/dist-esm/communication-react/src/index.js +6 -0
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Notification.d.ts +49 -2
- package/dist/dist-esm/react-components/src/components/Notification.js +14 -10
- package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.d.ts +28 -0
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js +28 -0
- package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RTTModal.d.ts +39 -0
- package/dist/dist-esm/react-components/src/components/RTTModal.js +55 -0
- package/dist/dist-esm/react-components/src/components/RTTModal.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RealTimeText.d.ts +54 -0
- package/dist/dist-esm/react-components/src/components/RealTimeText.js +43 -0
- package/dist/dist-esm/react-components/src/components/RealTimeText.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +13 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +8 -11
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StreamMedia.js +13 -4
- package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +3 -0
- package/dist/dist-esm/react-components/src/components/index.js +6 -0
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.d.ts +8 -0
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +26 -0
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Notification.styles.d.ts +9 -5
- package/dist/dist-esm/react-components/src/components/styles/Notification.styles.js +43 -24
- package/dist/dist-esm/react-components/src/components/styles/Notification.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.d.ts +6 -0
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js +17 -0
- package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +6 -15
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +9 -0
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +18 -0
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +1 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +5 -1
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +2 -1
- package/package.json +1 -1
- package/dist/dist-cjs/communication-react/index-CsXx8T94.js.map +0 -1
@@ -188,7 +188,7 @@ function getDefaultExportFromCjs (x) {
|
|
188
188
|
// Copyright (c) Microsoft Corporation.
|
189
189
|
// Licensed under the MIT License.
|
190
190
|
// GENERATED FILE. DO NOT EDIT MANUALLY.
|
191
|
-
var telemetryVersion = '1.21.0-alpha-
|
191
|
+
var telemetryVersion = '1.21.0-alpha-202410290016';
|
192
192
|
|
193
193
|
|
194
194
|
var telemetryVersion$1 = /*@__PURE__*/getDefaultExportFromCjs(telemetryVersion);
|
@@ -615,7 +615,7 @@ const getAssignedBreakoutRoom$1 = (state, props) => {
|
|
615
615
|
|
616
616
|
// Copyright (c) Microsoft Corporation.
|
617
617
|
// Licensed under the MIT License.
|
618
|
-
var __awaiter
|
618
|
+
var __awaiter$10 = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
619
619
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
620
620
|
return new (P || (P = Promise))(function (resolve, reject) {
|
621
621
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -655,7 +655,7 @@ const _isPreviewOn = (deviceManager) => {
|
|
655
655
|
*
|
656
656
|
* @private
|
657
657
|
*/
|
658
|
-
const disposeAllLocalPreviewViews = (callClient) => __awaiter
|
658
|
+
const disposeAllLocalPreviewViews = (callClient) => __awaiter$10(void 0, void 0, void 0, function* () {
|
659
659
|
const unparentedViews = callClient.getState().deviceManager.unparentedViews;
|
660
660
|
for (const view of unparentedViews) {
|
661
661
|
yield callClient.disposeView(undefined, undefined, view);
|
@@ -731,7 +731,7 @@ const maskDisplayNameWithRole = (displayName, localUserRole, participantRole, is
|
|
731
731
|
* Helper to create a local video stream from the selected camera.
|
732
732
|
* @private
|
733
733
|
*/
|
734
|
-
const createLocalVideoStream = (callClient) => __awaiter
|
734
|
+
const createLocalVideoStream = (callClient) => __awaiter$10(void 0, void 0, void 0, function* () {
|
735
735
|
const camera = yield (callClient === null || callClient === void 0 ? void 0 : callClient.getState().deviceManager.selectedCamera);
|
736
736
|
if (camera) {
|
737
737
|
return new communicationCalling.LocalVideoStream(camera);
|
@@ -866,7 +866,7 @@ const holdButtonSelector = reselect__namespace.createSelector([getCallState], (c
|
|
866
866
|
|
867
867
|
// Copyright (c) Microsoft Corporation.
|
868
868
|
// Licensed under the MIT License.
|
869
|
-
var __awaiter
|
869
|
+
var __awaiter$$ = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
870
870
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
871
871
|
return new (P || (P = Promise))(function (resolve, reject) {
|
872
872
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -887,7 +887,7 @@ const areStreamsEqual = (prevStream, newStream) => {
|
|
887
887
|
* @private
|
888
888
|
*/
|
889
889
|
const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager, call, options) => {
|
890
|
-
const onStartLocalVideo = () => __awaiter
|
890
|
+
const onStartLocalVideo = () => __awaiter$$(void 0, void 0, void 0, function* () {
|
891
891
|
// Before the call object creates a stream, dispose of any local preview streams.
|
892
892
|
// @TODO: is there any way to parent the unparented view to the call object instead
|
893
893
|
// of disposing and creating a new stream?
|
@@ -907,7 +907,7 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
907
907
|
yield call.startVideo(stream);
|
908
908
|
}
|
909
909
|
});
|
910
|
-
const onStopLocalVideo = (stream) => __awaiter
|
910
|
+
const onStopLocalVideo = (stream) => __awaiter$$(void 0, void 0, void 0, function* () {
|
911
911
|
const callId = call === null || call === void 0 ? void 0 : call.id;
|
912
912
|
if (!callId) {
|
913
913
|
return;
|
@@ -916,7 +916,7 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
916
916
|
yield call.stopVideo(stream);
|
917
917
|
}
|
918
918
|
});
|
919
|
-
const onToggleCamera = (options) => __awaiter
|
919
|
+
const onToggleCamera = (options) => __awaiter$$(void 0, void 0, void 0, function* () {
|
920
920
|
const previewOn = _isPreviewOn(callClient.getState().deviceManager);
|
921
921
|
// the disposal of the unparented views is to workaround: https://skype.visualstudio.com/SPOOL/_workitems/edit/3030558.
|
922
922
|
// The root cause of the issue is caused by never transitioning the unparented view to the
|
@@ -973,19 +973,19 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
973
973
|
}
|
974
974
|
}
|
975
975
|
});
|
976
|
-
const onSelectMicrophone = (device) => __awaiter
|
976
|
+
const onSelectMicrophone = (device) => __awaiter$$(void 0, void 0, void 0, function* () {
|
977
977
|
if (!deviceManager) {
|
978
978
|
return;
|
979
979
|
}
|
980
980
|
return deviceManager.selectMicrophone(device);
|
981
981
|
});
|
982
|
-
const onSelectSpeaker = (device) => __awaiter
|
982
|
+
const onSelectSpeaker = (device) => __awaiter$$(void 0, void 0, void 0, function* () {
|
983
983
|
if (!deviceManager) {
|
984
984
|
return;
|
985
985
|
}
|
986
986
|
return deviceManager.selectSpeaker(device);
|
987
987
|
});
|
988
|
-
const onSelectCamera = (device, options) => __awaiter
|
988
|
+
const onSelectCamera = (device, options) => __awaiter$$(void 0, void 0, void 0, function* () {
|
989
989
|
if (!deviceManager) {
|
990
990
|
return;
|
991
991
|
}
|
@@ -1015,9 +1015,9 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
1015
1015
|
}, options);
|
1016
1016
|
}
|
1017
1017
|
});
|
1018
|
-
const onRaiseHand = () => __awaiter
|
1019
|
-
const onLowerHand = () => __awaiter
|
1020
|
-
const onToggleRaiseHand = () => __awaiter
|
1018
|
+
const onRaiseHand = () => __awaiter$$(void 0, void 0, void 0, function* () { var _a; return yield ((_a = call === null || call === void 0 ? void 0 : call.feature(communicationCalling.Features.RaiseHand)) === null || _a === void 0 ? void 0 : _a.raiseHand()); });
|
1019
|
+
const onLowerHand = () => __awaiter$$(void 0, void 0, void 0, function* () { var _b; return yield ((_b = call === null || call === void 0 ? void 0 : call.feature(communicationCalling.Features.RaiseHand)) === null || _b === void 0 ? void 0 : _b.lowerHand()); });
|
1020
|
+
const onToggleRaiseHand = () => __awaiter$$(void 0, void 0, void 0, function* () {
|
1021
1021
|
const raiseHandFeature = call === null || call === void 0 ? void 0 : call.feature(communicationCalling.Features.RaiseHand);
|
1022
1022
|
const localUserId = callClient.getState().userId;
|
1023
1023
|
const isLocalRaisedHand = raiseHandFeature === null || raiseHandFeature === void 0 ? void 0 : raiseHandFeature.getRaisedHands().find((publishedState) => toFlatCommunicationIdentifier(publishedState.identifier) === toFlatCommunicationIdentifier(localUserId));
|
@@ -1028,7 +1028,7 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
1028
1028
|
yield (raiseHandFeature === null || raiseHandFeature === void 0 ? void 0 : raiseHandFeature.raiseHand());
|
1029
1029
|
}
|
1030
1030
|
});
|
1031
|
-
const onReactionClick = (reaction) => __awaiter
|
1031
|
+
const onReactionClick = (reaction) => __awaiter$$(void 0, void 0, void 0, function* () {
|
1032
1032
|
var _c;
|
1033
1033
|
if (reaction === 'like' ||
|
1034
1034
|
reaction === 'applause' ||
|
@@ -1042,18 +1042,18 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
1042
1042
|
}
|
1043
1043
|
return;
|
1044
1044
|
});
|
1045
|
-
const onToggleMicrophone = () => __awaiter
|
1045
|
+
const onToggleMicrophone = () => __awaiter$$(void 0, void 0, void 0, function* () {
|
1046
1046
|
if (!call || !(_isInCall(call.state) || _isInLobbyOrConnecting(call.state))) {
|
1047
1047
|
throw new Error(`Please invoke onToggleMicrophone after call is started`);
|
1048
1048
|
}
|
1049
1049
|
return call.isMuted ? yield call.unmute() : yield call.mute();
|
1050
1050
|
});
|
1051
|
-
const onStartScreenShare = () => __awaiter
|
1052
|
-
const onStopScreenShare = () => __awaiter
|
1053
|
-
const onToggleScreenShare = () => __awaiter
|
1054
|
-
const onHangUp = (forEveryone) => __awaiter
|
1055
|
-
const onToggleHold = () => __awaiter
|
1056
|
-
const onCreateLocalStreamView = (...args_1) => __awaiter
|
1051
|
+
const onStartScreenShare = () => __awaiter$$(void 0, void 0, void 0, function* () { return yield (call === null || call === void 0 ? void 0 : call.startScreenSharing()); });
|
1052
|
+
const onStopScreenShare = () => __awaiter$$(void 0, void 0, void 0, function* () { return yield (call === null || call === void 0 ? void 0 : call.stopScreenSharing()); });
|
1053
|
+
const onToggleScreenShare = () => __awaiter$$(void 0, void 0, void 0, function* () { return (call === null || call === void 0 ? void 0 : call.isScreenSharingOn) ? yield onStopScreenShare() : yield onStartScreenShare(); });
|
1054
|
+
const onHangUp = (forEveryone) => __awaiter$$(void 0, void 0, void 0, function* () { return yield (call === null || call === void 0 ? void 0 : call.hangUp({ forEveryone: forEveryone === true ? true : false })); });
|
1055
|
+
const onToggleHold = () => __awaiter$$(void 0, void 0, void 0, function* () { return (call === null || call === void 0 ? void 0 : call.state) === 'LocalHold' ? yield (call === null || call === void 0 ? void 0 : call.resume()) : yield (call === null || call === void 0 ? void 0 : call.hold()); });
|
1056
|
+
const onCreateLocalStreamView = (...args_1) => __awaiter$$(void 0, [...args_1], void 0, function* (options = { scalingMode: 'Crop', isMirrored: true }) {
|
1057
1057
|
if (!call || call.localVideoStreams.length === 0) {
|
1058
1058
|
return;
|
1059
1059
|
}
|
@@ -1077,7 +1077,7 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
1077
1077
|
}
|
1078
1078
|
return (createViewResult === null || createViewResult === void 0 ? void 0 : createViewResult.view) ? { view: createViewResult === null || createViewResult === void 0 ? void 0 : createViewResult.view } : undefined;
|
1079
1079
|
});
|
1080
|
-
const onCreateRemoteStreamView = (userId_1, ...args_2) => __awaiter
|
1080
|
+
const onCreateRemoteStreamView = (userId_1, ...args_2) => __awaiter$$(void 0, [userId_1, ...args_2], void 0, function* (userId, options = { scalingMode: 'Crop' }) {
|
1081
1081
|
if (!call) {
|
1082
1082
|
return;
|
1083
1083
|
}
|
@@ -1114,7 +1114,7 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
1114
1114
|
}
|
1115
1115
|
return (createViewResult === null || createViewResult === void 0 ? void 0 : createViewResult.view) ? { view: createViewResult === null || createViewResult === void 0 ? void 0 : createViewResult.view } : undefined;
|
1116
1116
|
});
|
1117
|
-
const onDisposeRemoteStreamView = (userId) => __awaiter
|
1117
|
+
const onDisposeRemoteStreamView = (userId) => __awaiter$$(void 0, void 0, void 0, function* () {
|
1118
1118
|
if (!call) {
|
1119
1119
|
return;
|
1120
1120
|
}
|
@@ -1135,7 +1135,7 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
1135
1135
|
callClient.disposeView(call.id, participant.identifier, screenShareStream);
|
1136
1136
|
}
|
1137
1137
|
});
|
1138
|
-
const onDisposeRemoteVideoStreamView = (userId) => __awaiter
|
1138
|
+
const onDisposeRemoteVideoStreamView = (userId) => __awaiter$$(void 0, void 0, void 0, function* () {
|
1139
1139
|
if (!call) {
|
1140
1140
|
return;
|
1141
1141
|
}
|
@@ -1154,7 +1154,7 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
1154
1154
|
}
|
1155
1155
|
}
|
1156
1156
|
});
|
1157
|
-
const onDisposeRemoteScreenShareStreamView = (userId) => __awaiter
|
1157
|
+
const onDisposeRemoteScreenShareStreamView = (userId) => __awaiter$$(void 0, void 0, void 0, function* () {
|
1158
1158
|
if (!call) {
|
1159
1159
|
return;
|
1160
1160
|
}
|
@@ -1173,7 +1173,7 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
1173
1173
|
}
|
1174
1174
|
}
|
1175
1175
|
});
|
1176
|
-
const onDisposeLocalScreenShareStreamView = () => __awaiter
|
1176
|
+
const onDisposeLocalScreenShareStreamView = () => __awaiter$$(void 0, void 0, void 0, function* () {
|
1177
1177
|
if (!call) {
|
1178
1178
|
return;
|
1179
1179
|
}
|
@@ -1186,7 +1186,7 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
1186
1186
|
callClient.disposeView(call.id, undefined, screenShareStream);
|
1187
1187
|
}
|
1188
1188
|
});
|
1189
|
-
const onDisposeLocalStreamView = () => __awaiter
|
1189
|
+
const onDisposeLocalStreamView = () => __awaiter$$(void 0, void 0, void 0, function* () {
|
1190
1190
|
// If the user is currently in a call, dispose of the local stream view attached to that call.
|
1191
1191
|
const callState = call && callClient.getState().calls[call.id];
|
1192
1192
|
const localStream = callState === null || callState === void 0 ? void 0 : callState.localVideoStreams.find((item) => item.mediaStreamType === 'Video');
|
@@ -1198,17 +1198,17 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
1198
1198
|
// TODO: we need to remember which LocalVideoStream was used for LocalPreview and dispose that one.
|
1199
1199
|
yield disposeAllLocalPreviewViews(callClient);
|
1200
1200
|
});
|
1201
|
-
const onSendDtmfTone = (dtmfTone) => __awaiter
|
1201
|
+
const onSendDtmfTone = (dtmfTone) => __awaiter$$(void 0, void 0, void 0, function* () { return yield (call === null || call === void 0 ? void 0 : call.sendDtmf(dtmfTone)); });
|
1202
1202
|
const notImplemented = () => {
|
1203
1203
|
throw new Error('Not implemented, cannot call a method from an abstract object');
|
1204
1204
|
};
|
1205
1205
|
/* @conditional-compile-remove(call-readiness) */
|
1206
|
-
const askDevicePermission = (constrain) => __awaiter
|
1206
|
+
const askDevicePermission = (constrain) => __awaiter$$(void 0, void 0, void 0, function* () {
|
1207
1207
|
if (deviceManager) {
|
1208
1208
|
yield (deviceManager === null || deviceManager === void 0 ? void 0 : deviceManager.askDevicePermission(constrain));
|
1209
1209
|
}
|
1210
1210
|
});
|
1211
|
-
const onRemoveVideoBackgroundEffects = () => __awaiter
|
1211
|
+
const onRemoveVideoBackgroundEffects = () => __awaiter$$(void 0, void 0, void 0, function* () {
|
1212
1212
|
const stream = (call === null || call === void 0 ? void 0 : call.localVideoStreams.find((stream) => stream.mediaStreamType === 'Video')) ||
|
1213
1213
|
(deviceManager === null || deviceManager === void 0 ? void 0 : deviceManager.getUnparentedVideoStreams().find((stream) => stream.mediaStreamType === 'Video'));
|
1214
1214
|
if (stream) {
|
@@ -1220,7 +1220,7 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
1220
1220
|
}
|
1221
1221
|
}
|
1222
1222
|
});
|
1223
|
-
const onBlurVideoBackground = (backgroundBlurConfig) => __awaiter
|
1223
|
+
const onBlurVideoBackground = (backgroundBlurConfig) => __awaiter$$(void 0, void 0, void 0, function* () {
|
1224
1224
|
var _d;
|
1225
1225
|
const stream = (call === null || call === void 0 ? void 0 : call.localVideoStreams.find((stream) => stream.mediaStreamType === 'Video')) ||
|
1226
1226
|
(deviceManager === null || deviceManager === void 0 ? void 0 : deviceManager.getUnparentedVideoStreams().find((stream) => stream.mediaStreamType === 'Video'));
|
@@ -1233,7 +1233,7 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
1233
1233
|
return createEffect && stream.feature(communicationCalling.Features.VideoEffects).startEffects(createEffect(backgroundBlurConfig));
|
1234
1234
|
}
|
1235
1235
|
});
|
1236
|
-
const onReplaceVideoBackground = (backgroundReplacementConfig) => __awaiter
|
1236
|
+
const onReplaceVideoBackground = (backgroundReplacementConfig) => __awaiter$$(void 0, void 0, void 0, function* () {
|
1237
1237
|
var _e;
|
1238
1238
|
const stream = (call === null || call === void 0 ? void 0 : call.localVideoStreams.find((stream) => stream.mediaStreamType === 'Video')) ||
|
1239
1239
|
(deviceManager === null || deviceManager === void 0 ? void 0 : deviceManager.getUnparentedVideoStreams().find((stream) => stream.mediaStreamType === 'Video'));
|
@@ -1246,7 +1246,7 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
1246
1246
|
return (createEffect && stream.feature(communicationCalling.Features.VideoEffects).startEffects(createEffect(backgroundReplacementConfig)));
|
1247
1247
|
}
|
1248
1248
|
});
|
1249
|
-
const onStartNoiseSuppressionEffect = () => __awaiter
|
1249
|
+
const onStartNoiseSuppressionEffect = () => __awaiter$$(void 0, void 0, void 0, function* () {
|
1250
1250
|
var _f;
|
1251
1251
|
const audioEffects = (options === null || options === void 0 ? void 0 : options.onResolveDeepNoiseSuppressionDependency) &&
|
1252
1252
|
((_f = (yield options.onResolveDeepNoiseSuppressionDependency())) === null || _f === void 0 ? void 0 : _f.deepNoiseSuppressionEffect);
|
@@ -1262,7 +1262,7 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
1262
1262
|
}
|
1263
1263
|
}
|
1264
1264
|
});
|
1265
|
-
const onStopNoiseSuppressionEffect = () => __awaiter
|
1265
|
+
const onStopNoiseSuppressionEffect = () => __awaiter$$(void 0, void 0, void 0, function* () {
|
1266
1266
|
const stream = call === null || call === void 0 ? void 0 : call.localAudioStreams.find((stream) => stream.mediaStreamType === 'Audio');
|
1267
1267
|
if (stream && (options === null || options === void 0 ? void 0 : options.onResolveDeepNoiseSuppressionDependency)) {
|
1268
1268
|
const audioEffects = {
|
@@ -1271,37 +1271,37 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
1271
1271
|
return yield stream.feature(communicationCalling.Features.AudioEffects).stopEffects(audioEffects);
|
1272
1272
|
}
|
1273
1273
|
});
|
1274
|
-
const onStartCaptions = (options) => __awaiter
|
1274
|
+
const onStartCaptions = (options) => __awaiter$$(void 0, void 0, void 0, function* () {
|
1275
1275
|
const captionsFeature = call === null || call === void 0 ? void 0 : call.feature(communicationCalling.Features.Captions).captions;
|
1276
1276
|
yield (captionsFeature === null || captionsFeature === void 0 ? void 0 : captionsFeature.startCaptions(options));
|
1277
1277
|
});
|
1278
|
-
const onStopCaptions = () => __awaiter
|
1278
|
+
const onStopCaptions = () => __awaiter$$(void 0, void 0, void 0, function* () {
|
1279
1279
|
const captionsFeature = call === null || call === void 0 ? void 0 : call.feature(communicationCalling.Features.Captions).captions;
|
1280
1280
|
yield (captionsFeature === null || captionsFeature === void 0 ? void 0 : captionsFeature.stopCaptions());
|
1281
1281
|
});
|
1282
|
-
const onSetSpokenLanguage = (language) => __awaiter
|
1282
|
+
const onSetSpokenLanguage = (language) => __awaiter$$(void 0, void 0, void 0, function* () {
|
1283
1283
|
const captionsFeature = call === null || call === void 0 ? void 0 : call.feature(communicationCalling.Features.Captions).captions;
|
1284
1284
|
yield (captionsFeature === null || captionsFeature === void 0 ? void 0 : captionsFeature.setSpokenLanguage(language));
|
1285
1285
|
});
|
1286
|
-
const onSetCaptionLanguage = (language) => __awaiter
|
1286
|
+
const onSetCaptionLanguage = (language) => __awaiter$$(void 0, void 0, void 0, function* () {
|
1287
1287
|
const captionsFeature = call === null || call === void 0 ? void 0 : call.feature(communicationCalling.Features.Captions).captions;
|
1288
1288
|
yield captionsFeature.setCaptionLanguage(language);
|
1289
1289
|
});
|
1290
|
-
const onSubmitSurvey = (survey) => __awaiter
|
1291
|
-
const onStartSpotlight = (userIds) => __awaiter
|
1290
|
+
const onSubmitSurvey = (survey) => __awaiter$$(void 0, void 0, void 0, function* () { return yield (call === null || call === void 0 ? void 0 : call.feature(communicationCalling.Features.CallSurvey).submitSurvey(survey)); });
|
1291
|
+
const onStartSpotlight = (userIds) => __awaiter$$(void 0, void 0, void 0, function* () {
|
1292
1292
|
const participants = userIds === null || userIds === void 0 ? void 0 : userIds.map((userId) => _toCommunicationIdentifier(userId));
|
1293
1293
|
yield (call === null || call === void 0 ? void 0 : call.feature(communicationCalling.Features.Spotlight).startSpotlight(participants));
|
1294
1294
|
});
|
1295
|
-
const onStopSpotlight = (userIds) => __awaiter
|
1295
|
+
const onStopSpotlight = (userIds) => __awaiter$$(void 0, void 0, void 0, function* () {
|
1296
1296
|
const participants = userIds === null || userIds === void 0 ? void 0 : userIds.map((userId) => _toCommunicationIdentifier(userId));
|
1297
1297
|
yield (call === null || call === void 0 ? void 0 : call.feature(communicationCalling.Features.Spotlight).stopSpotlight(participants));
|
1298
1298
|
});
|
1299
|
-
const onStopAllSpotlight = () => __awaiter
|
1299
|
+
const onStopAllSpotlight = () => __awaiter$$(void 0, void 0, void 0, function* () {
|
1300
1300
|
yield (call === null || call === void 0 ? void 0 : call.feature(communicationCalling.Features.Spotlight).stopAllSpotlight());
|
1301
1301
|
});
|
1302
|
-
const onMuteParticipant = (userId) => __awaiter
|
1302
|
+
const onMuteParticipant = (userId) => __awaiter$$(void 0, void 0, void 0, function* () {
|
1303
1303
|
if (call === null || call === void 0 ? void 0 : call.remoteParticipants) {
|
1304
|
-
call === null || call === void 0 ? void 0 : call.remoteParticipants.forEach((participant) => __awaiter
|
1304
|
+
call === null || call === void 0 ? void 0 : call.remoteParticipants.forEach((participant) => __awaiter$$(void 0, void 0, void 0, function* () {
|
1305
1305
|
// Using toFlatCommunicationIdentifier to convert the CommunicationIdentifier to string
|
1306
1306
|
// as _toCommunicationIdentifier(userId) comparison to participant.identifier did not work for this case
|
1307
1307
|
if (toFlatCommunicationIdentifier(participant.identifier) === userId) {
|
@@ -1310,27 +1310,27 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
1310
1310
|
}));
|
1311
1311
|
}
|
1312
1312
|
});
|
1313
|
-
const onMuteAllRemoteParticipants = () => __awaiter
|
1313
|
+
const onMuteAllRemoteParticipants = () => __awaiter$$(void 0, void 0, void 0, function* () {
|
1314
1314
|
call === null || call === void 0 ? void 0 : call.muteAllRemoteParticipants();
|
1315
1315
|
});
|
1316
1316
|
const canStartSpotlight = call === null || call === void 0 ? void 0 : call.feature(communicationCalling.Features.Capabilities).capabilities.spotlightParticipant.isPresent;
|
1317
1317
|
const canRemoveSpotlight = call === null || call === void 0 ? void 0 : call.feature(communicationCalling.Features.Capabilities).capabilities.removeParticipantsSpotlight.isPresent;
|
1318
1318
|
const onStartLocalSpotlight = canStartSpotlight
|
1319
|
-
? () => __awaiter
|
1319
|
+
? () => __awaiter$$(void 0, void 0, void 0, function* () {
|
1320
1320
|
yield (call === null || call === void 0 ? void 0 : call.feature(communicationCalling.Features.Spotlight).startSpotlight());
|
1321
1321
|
})
|
1322
1322
|
: undefined;
|
1323
|
-
const onStopLocalSpotlight = () => __awaiter
|
1323
|
+
const onStopLocalSpotlight = () => __awaiter$$(void 0, void 0, void 0, function* () {
|
1324
1324
|
yield (call === null || call === void 0 ? void 0 : call.feature(communicationCalling.Features.Spotlight).stopSpotlight());
|
1325
1325
|
});
|
1326
1326
|
const onStartRemoteSpotlight = canStartSpotlight
|
1327
|
-
? (userIds) => __awaiter
|
1327
|
+
? (userIds) => __awaiter$$(void 0, void 0, void 0, function* () {
|
1328
1328
|
const participants = userIds === null || userIds === void 0 ? void 0 : userIds.map((userId) => _toCommunicationIdentifier(userId));
|
1329
1329
|
yield (call === null || call === void 0 ? void 0 : call.feature(communicationCalling.Features.Spotlight).startSpotlight(participants));
|
1330
1330
|
})
|
1331
1331
|
: undefined;
|
1332
1332
|
const onStopRemoteSpotlight = canRemoveSpotlight
|
1333
|
-
? (userIds) => __awaiter
|
1333
|
+
? (userIds) => __awaiter$$(void 0, void 0, void 0, function* () {
|
1334
1334
|
const participants = userIds === null || userIds === void 0 ? void 0 : userIds.map((userId) => _toCommunicationIdentifier(userId));
|
1335
1335
|
yield (call === null || call === void 0 ? void 0 : call.feature(communicationCalling.Features.Spotlight).stopSpotlight(participants));
|
1336
1336
|
})
|
@@ -1390,7 +1390,7 @@ const createDefaultCommonCallingHandlers = memoizeOne((callClient, deviceManager
|
|
1390
1390
|
|
1391
1391
|
// Copyright (c) Microsoft Corporation.
|
1392
1392
|
// Licensed under the MIT License.
|
1393
|
-
var __awaiter$
|
1393
|
+
var __awaiter$_ = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
1394
1394
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
1395
1395
|
return new (P || (P = Promise))(function (resolve, reject) {
|
1396
1396
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -1421,7 +1421,7 @@ const createDefaultCallingHandlers = memoizeOne((...args) => {
|
|
1421
1421
|
// FIXME: onStartCall API should use string, not the underlying SDK types.
|
1422
1422
|
onStartCall: (participants, options) => {
|
1423
1423
|
return callAgent === null || callAgent === void 0 ? void 0 : callAgent.startCall(participants, options);
|
1424
|
-
}, onAddParticipant: (userId, options) => __awaiter$
|
1424
|
+
}, onAddParticipant: (userId, options) => __awaiter$_(void 0, void 0, void 0, function* () {
|
1425
1425
|
const participant = _toCommunicationIdentifier(userId);
|
1426
1426
|
if (communicationCommon.isPhoneNumberIdentifier(participant)) {
|
1427
1427
|
call === null || call === void 0 ? void 0 : call.addParticipant(participant, options);
|
@@ -1429,16 +1429,16 @@ const createDefaultCallingHandlers = memoizeOne((...args) => {
|
|
1429
1429
|
else if (communicationCommon.isCommunicationUserIdentifier(participant) || communicationCommon.isMicrosoftTeamsUserIdentifier(participant)) {
|
1430
1430
|
call === null || call === void 0 ? void 0 : call.addParticipant(participant);
|
1431
1431
|
}
|
1432
|
-
}), onRemoveParticipant: (userId) => __awaiter$
|
1432
|
+
}), onRemoveParticipant: (userId) => __awaiter$_(void 0, void 0, void 0, function* () {
|
1433
1433
|
const participant = _toCommunicationIdentifier(userId);
|
1434
1434
|
yield (call === null || call === void 0 ? void 0 : call.removeParticipant(participant));
|
1435
|
-
}), onAcceptCall: (incomingCallId, useVideo) => __awaiter$
|
1435
|
+
}), onAcceptCall: (incomingCallId, useVideo) => __awaiter$_(void 0, void 0, void 0, function* () {
|
1436
1436
|
const localVideoStream = useVideo ? yield createLocalVideoStream(callClient) : undefined;
|
1437
1437
|
const incomingCall = callAgent === null || callAgent === void 0 ? void 0 : callAgent.incomingCalls.find((incomingCall) => incomingCall.id === incomingCallId);
|
1438
1438
|
if (incomingCall) {
|
1439
1439
|
yield incomingCall.accept(localVideoStream ? { videoOptions: { localVideoStreams: [localVideoStream] } } : undefined);
|
1440
1440
|
}
|
1441
|
-
}), onRejectCall: (incomingCallId) => __awaiter$
|
1441
|
+
}), onRejectCall: (incomingCallId) => __awaiter$_(void 0, void 0, void 0, function* () {
|
1442
1442
|
const incomingCall = callAgent === null || callAgent === void 0 ? void 0 : callAgent.incomingCalls.find((incomingCall) => incomingCall.id === incomingCallId);
|
1443
1443
|
if (incomingCall) {
|
1444
1444
|
yield incomingCall.reject();
|
@@ -1446,13 +1446,13 @@ const createDefaultCallingHandlers = memoizeOne((...args) => {
|
|
1446
1446
|
}),
|
1447
1447
|
/* @conditional-compile-remove(breakout-rooms) */
|
1448
1448
|
onHangUp: breakoutRoomOriginCall
|
1449
|
-
? () => __awaiter$
|
1449
|
+
? () => __awaiter$_(void 0, void 0, void 0, function* () { return breakoutRoomOriginCall.hangUp().then(() => commonCallingHandlers.onHangUp()); })
|
1450
1450
|
: commonCallingHandlers.onHangUp });
|
1451
1451
|
});
|
1452
1452
|
|
1453
1453
|
// Copyright (c) Microsoft Corporation.
|
1454
1454
|
// Licensed under the MIT License.
|
1455
|
-
var __awaiter$
|
1455
|
+
var __awaiter$Z = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
1456
1456
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
1457
1457
|
return new (P || (P = Promise))(function (resolve, reject) {
|
1458
1458
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -1483,7 +1483,7 @@ const createDefaultTeamsCallingHandlers = memoizeOne((callClient, callAgent, dev
|
|
1483
1483
|
return undefined;
|
1484
1484
|
},
|
1485
1485
|
/* @conditional-compile-remove(teams-identity-support-beta) */
|
1486
|
-
onAddParticipant: (userId, options) => __awaiter$
|
1486
|
+
onAddParticipant: (userId, options) => __awaiter$Z(void 0, void 0, void 0, function* () {
|
1487
1487
|
const participant = _toCommunicationIdentifier(userId);
|
1488
1488
|
const threadId = options === null || options === void 0 ? void 0 : options.threadId;
|
1489
1489
|
if (communicationCommon.isCommunicationUserIdentifier(participant)) {
|
@@ -1496,7 +1496,7 @@ const createDefaultTeamsCallingHandlers = memoizeOne((callClient, callAgent, dev
|
|
1496
1496
|
call === null || call === void 0 ? void 0 : call.addParticipant(participant, threadId ? { threadId } : undefined);
|
1497
1497
|
}
|
1498
1498
|
call === null || call === void 0 ? void 0 : call.addParticipant(participant);
|
1499
|
-
}), onRemoveParticipant: (userId) => __awaiter$
|
1499
|
+
}), onRemoveParticipant: (userId) => __awaiter$Z(void 0, void 0, void 0, function* () {
|
1500
1500
|
const participant = _toCommunicationIdentifier(userId);
|
1501
1501
|
if (communicationCommon.isCommunicationUserIdentifier(participant)) {
|
1502
1502
|
throw new Error('CommunicationIdentifier in Teams call is not supported!');
|
@@ -1505,13 +1505,13 @@ const createDefaultTeamsCallingHandlers = memoizeOne((callClient, callAgent, dev
|
|
1505
1505
|
throw new Error('Removing Microsoft Teams app identifier is not supported!');
|
1506
1506
|
}
|
1507
1507
|
yield (call === null || call === void 0 ? void 0 : call.removeParticipant(participant));
|
1508
|
-
}), onAcceptCall: (incomingCallId, useVideo) => __awaiter$
|
1508
|
+
}), onAcceptCall: (incomingCallId, useVideo) => __awaiter$Z(void 0, void 0, void 0, function* () {
|
1509
1509
|
const localVideoStream = useVideo ? yield createLocalVideoStream(callClient) : undefined;
|
1510
1510
|
const incomingCall = callAgent === null || callAgent === void 0 ? void 0 : callAgent.incomingCalls.find((incomingCall) => incomingCall.id === incomingCallId);
|
1511
1511
|
if (incomingCall) {
|
1512
1512
|
yield incomingCall.accept(localVideoStream ? { videoOptions: { localVideoStreams: [localVideoStream] } } : undefined);
|
1513
1513
|
}
|
1514
|
-
}), onRejectCall: (incomingCallId) => __awaiter$
|
1514
|
+
}), onRejectCall: (incomingCallId) => __awaiter$Z(void 0, void 0, void 0, function* () {
|
1515
1515
|
const incomingCall = callAgent === null || callAgent === void 0 ? void 0 : callAgent.incomingCalls.find((incomingCall) => incomingCall.id === incomingCallId);
|
1516
1516
|
if (incomingCall) {
|
1517
1517
|
yield incomingCall.reject();
|
@@ -1818,7 +1818,7 @@ const getCaptionsSpeakerIdentifier = (captions) => {
|
|
1818
1818
|
|
1819
1819
|
// Copyright (c) Microsoft Corporation.
|
1820
1820
|
// Licensed under the MIT License.
|
1821
|
-
var __awaiter$
|
1821
|
+
var __awaiter$Y = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
1822
1822
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
1823
1823
|
return new (P || (P = Promise))(function (resolve, reject) {
|
1824
1824
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -1899,7 +1899,7 @@ class ProxyDeviceManager {
|
|
1899
1899
|
}
|
1900
1900
|
}
|
1901
1901
|
};
|
1902
|
-
this.permissionsApiStateChangeHandler = () => __awaiter$
|
1902
|
+
this.permissionsApiStateChangeHandler = () => __awaiter$Y(this, void 0, void 0, function* () {
|
1903
1903
|
yield this.updateDevicePermissionState();
|
1904
1904
|
});
|
1905
1905
|
/**
|
@@ -1910,13 +1910,13 @@ class ProxyDeviceManager {
|
|
1910
1910
|
this.selectCamera = (videoDeviceInfo) => {
|
1911
1911
|
this._context.setDeviceManagerSelectedCamera(videoDeviceInfo);
|
1912
1912
|
};
|
1913
|
-
this.videoDevicesUpdated = () => __awaiter$
|
1913
|
+
this.videoDevicesUpdated = () => __awaiter$Y(this, void 0, void 0, function* () {
|
1914
1914
|
// Device Manager always has a camera with '' name if there are no real camera devices available.
|
1915
1915
|
// We don't want to show that in the UI.
|
1916
1916
|
const realCameras = (yield this._deviceManager.getCameras()).filter((c) => !!c.name);
|
1917
1917
|
this._context.setDeviceManagerCameras(dedupeById(realCameras));
|
1918
1918
|
});
|
1919
|
-
this.audioDevicesUpdated = () => __awaiter$
|
1919
|
+
this.audioDevicesUpdated = () => __awaiter$Y(this, void 0, void 0, function* () {
|
1920
1920
|
this._context.setDeviceManagerMicrophones(dedupeById(yield this._deviceManager.getMicrophones()));
|
1921
1921
|
if (this._deviceManager.isSpeakerSelectionAvailable) {
|
1922
1922
|
this._context.setDeviceManagerSpeakers(dedupeById(yield this._deviceManager.getSpeakers()));
|
@@ -1928,7 +1928,7 @@ class ProxyDeviceManager {
|
|
1928
1928
|
this.selectedSpeakerChanged = () => {
|
1929
1929
|
this._context.setDeviceManagerSelectedSpeaker(this._deviceManager.selectedSpeaker);
|
1930
1930
|
};
|
1931
|
-
this.updateDevicePermissionState = (sdkDeviceAccessState) => __awaiter$
|
1931
|
+
this.updateDevicePermissionState = (sdkDeviceAccessState) => __awaiter$Y(this, void 0, void 0, function* () {
|
1932
1932
|
let hasCameraPermission = !!(sdkDeviceAccessState === null || sdkDeviceAccessState === void 0 ? void 0 : sdkDeviceAccessState.video);
|
1933
1933
|
let hasMicPermission = !!(sdkDeviceAccessState === null || sdkDeviceAccessState === void 0 ? void 0 : sdkDeviceAccessState.audio);
|
1934
1934
|
// Supplement the SDK values with values from the Permissions API to get a better understanding of the device
|
@@ -2006,7 +2006,7 @@ class ProxyDeviceManager {
|
|
2006
2006
|
}
|
2007
2007
|
case 'askDevicePermission': {
|
2008
2008
|
return this._context.withAsyncErrorTeedToState((...args) => {
|
2009
|
-
return target.askDevicePermission(...args).then((deviceAccess) => __awaiter$
|
2009
|
+
return target.askDevicePermission(...args).then((deviceAccess) => __awaiter$Y(this, void 0, void 0, function* () {
|
2010
2010
|
yield this.updateDevicePermissionState(deviceAccess);
|
2011
2011
|
return deviceAccess;
|
2012
2012
|
}));
|
@@ -2391,7 +2391,7 @@ class CallIdHistory {
|
|
2391
2391
|
|
2392
2392
|
// Copyright (c) Microsoft Corporation.
|
2393
2393
|
// Licensed under the MIT License.
|
2394
|
-
var __awaiter$
|
2394
|
+
var __awaiter$X = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
2395
2395
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
2396
2396
|
return new (P || (P = Promise))(function (resolve, reject) {
|
2397
2397
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -3397,7 +3397,7 @@ let CallContext$2 = class CallContext {
|
|
3397
3397
|
* @throws CallError. Exceptions thrown from `f` are tagged with the failed `target.
|
3398
3398
|
*/
|
3399
3399
|
withAsyncErrorTeedToState(action, target) {
|
3400
|
-
return (...args) => __awaiter$
|
3400
|
+
return (...args) => __awaiter$X(this, void 0, void 0, function* () {
|
3401
3401
|
try {
|
3402
3402
|
return yield action(...args);
|
3403
3403
|
}
|
@@ -3938,7 +3938,7 @@ function _logStreamEvent(eventName, streamLogInfo, error) {
|
|
3938
3938
|
|
3939
3939
|
// Copyright (c) Microsoft Corporation.
|
3940
3940
|
// Licensed under the MIT License.
|
3941
|
-
var __awaiter$
|
3941
|
+
var __awaiter$W = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
3942
3942
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
3943
3943
|
return new (P || (P = Promise))(function (resolve, reject) {
|
3944
3944
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -3948,7 +3948,7 @@ var __awaiter$V = (window && window.__awaiter) || function (thisArg, _arguments,
|
|
3948
3948
|
});
|
3949
3949
|
};
|
3950
3950
|
function createViewVideo(context, internalContext, callId, stream, participantId, options) {
|
3951
|
-
return __awaiter$
|
3951
|
+
return __awaiter$W(this, void 0, void 0, function* () {
|
3952
3952
|
// we can only have 3 types of createView
|
3953
3953
|
let streamEventType;
|
3954
3954
|
// we will reuse these for local as well but we need to make sure the remote stream is passed in like before.
|
@@ -4077,7 +4077,7 @@ function createViewVideo(context, internalContext, callId, stream, participantId
|
|
4077
4077
|
});
|
4078
4078
|
}
|
4079
4079
|
function createViewUnparentedVideo(context, internalContext, stream, options) {
|
4080
|
-
return __awaiter$
|
4080
|
+
return __awaiter$W(this, void 0, void 0, function* () {
|
4081
4081
|
const renderInfo = internalContext.getUnparentedRenderInfo(stream);
|
4082
4082
|
if (renderInfo && renderInfo.status === 'Rendered') {
|
4083
4083
|
console.warn('Unparented LocalVideoStream is already rendered');
|
@@ -4246,7 +4246,7 @@ function createView(context, internalContext, callId, participantId, stream, opt
|
|
4246
4246
|
// Render LocalVideoStream that is not part of a Call
|
4247
4247
|
// Because it is not part of the call we don't tee errors to state naturally (e.g. via a Call Client function such as startVideo).
|
4248
4248
|
// We do not have a startLocalPreviewVideo function, so as a workaround we ensure any errors are propagated here.
|
4249
|
-
return context.withAsyncErrorTeedToState(() => __awaiter$
|
4249
|
+
return context.withAsyncErrorTeedToState(() => __awaiter$W(this, void 0, void 0, function* () { return yield createViewUnparentedVideo(context, internalContext, stream, options); }), 'Call.startVideo')();
|
4250
4250
|
}
|
4251
4251
|
else {
|
4252
4252
|
_logStreamEvent(EventNames.CREATE_STREAM_INVALID_PARAMS, { streamType });
|
@@ -4432,7 +4432,7 @@ class RecordingSubscriber {
|
|
4432
4432
|
|
4433
4433
|
// Copyright (c) Microsoft Corporation.
|
4434
4434
|
// Licensed under the MIT License.
|
4435
|
-
var __awaiter$
|
4435
|
+
var __awaiter$V = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
4436
4436
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
4437
4437
|
return new (P || (P = Promise))(function (resolve, reject) {
|
4438
4438
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -4456,7 +4456,7 @@ class PPTLiveSubscriber {
|
|
4456
4456
|
this._context.setCallPPTLiveActive(this._callIdRef.callId, this._pptLive.isActive);
|
4457
4457
|
this.checkAndUpdatePPTLiveParticipant();
|
4458
4458
|
};
|
4459
|
-
this.checkAndUpdatePPTLiveParticipant = () => __awaiter$
|
4459
|
+
this.checkAndUpdatePPTLiveParticipant = () => __awaiter$V(this, void 0, void 0, function* () {
|
4460
4460
|
if (!this._pptLive.activePresenterId) {
|
4461
4461
|
return;
|
4462
4462
|
}
|
@@ -5210,7 +5210,7 @@ class IncomingCallSubscriber {
|
|
5210
5210
|
|
5211
5211
|
// Copyright (c) Microsoft Corporation.
|
5212
5212
|
// Licensed under the MIT License.
|
5213
|
-
var __awaiter$
|
5213
|
+
var __awaiter$U = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
5214
5214
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
5215
5215
|
return new (P || (P = Promise))(function (resolve, reject) {
|
5216
5216
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -5230,14 +5230,14 @@ class ProxyIncomingCall {
|
|
5230
5230
|
switch (prop) {
|
5231
5231
|
case 'accept': {
|
5232
5232
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
5233
|
-
return __awaiter$
|
5233
|
+
return __awaiter$U(this, void 0, void 0, function* () {
|
5234
5234
|
return yield target.accept(...args);
|
5235
5235
|
});
|
5236
5236
|
}, 'IncomingCall.accept');
|
5237
5237
|
}
|
5238
5238
|
case 'reject': {
|
5239
5239
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
5240
|
-
return __awaiter$
|
5240
|
+
return __awaiter$U(this, void 0, void 0, function* () {
|
5241
5241
|
return yield target.reject(...args);
|
5242
5242
|
});
|
5243
5243
|
}, 'IncomingCall.reject');
|
@@ -5259,7 +5259,7 @@ const incomingCallDeclaratify = (incomingCall, context) => {
|
|
5259
5259
|
|
5260
5260
|
// Copyright (c) Microsoft Corporation.
|
5261
5261
|
// Licensed under the MIT License.
|
5262
|
-
var __awaiter$
|
5262
|
+
var __awaiter$T = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
5263
5263
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
5264
5264
|
return new (P || (P = Promise))(function (resolve, reject) {
|
5265
5265
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -5279,14 +5279,14 @@ class ProxyTeamsIncomingCall {
|
|
5279
5279
|
switch (prop) {
|
5280
5280
|
case 'accept': {
|
5281
5281
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
5282
|
-
return __awaiter$
|
5282
|
+
return __awaiter$T(this, void 0, void 0, function* () {
|
5283
5283
|
return yield target.accept(...args);
|
5284
5284
|
});
|
5285
5285
|
}, 'IncomingCall.accept');
|
5286
5286
|
}
|
5287
5287
|
case 'reject': {
|
5288
5288
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
5289
|
-
return __awaiter$
|
5289
|
+
return __awaiter$T(this, void 0, void 0, function* () {
|
5290
5290
|
return yield target.reject(...args);
|
5291
5291
|
});
|
5292
5292
|
}, 'IncomingCall.reject');
|
@@ -5505,7 +5505,7 @@ const clearCallRelatedState = (context, internalContext) => {
|
|
5505
5505
|
|
5506
5506
|
// Copyright (c) Microsoft Corporation.
|
5507
5507
|
// Licensed under the MIT License.
|
5508
|
-
var __awaiter$
|
5508
|
+
var __awaiter$S = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
5509
5509
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
5510
5510
|
return new (P || (P = Promise))(function (resolve, reject) {
|
5511
5511
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -5531,56 +5531,56 @@ class ProxyCallCommon {
|
|
5531
5531
|
switch (prop) {
|
5532
5532
|
case 'mute': {
|
5533
5533
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
5534
|
-
return __awaiter$
|
5534
|
+
return __awaiter$S(this, void 0, void 0, function* () {
|
5535
5535
|
return yield target.mute(...args);
|
5536
5536
|
});
|
5537
5537
|
}, 'Call.mute');
|
5538
5538
|
}
|
5539
5539
|
case 'unmute': {
|
5540
5540
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
5541
|
-
return __awaiter$
|
5541
|
+
return __awaiter$S(this, void 0, void 0, function* () {
|
5542
5542
|
return yield target.unmute(...args);
|
5543
5543
|
});
|
5544
5544
|
}, 'Call.unmute');
|
5545
5545
|
}
|
5546
5546
|
case 'startVideo': {
|
5547
5547
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
5548
|
-
return __awaiter$
|
5548
|
+
return __awaiter$S(this, void 0, void 0, function* () {
|
5549
5549
|
return yield target.startVideo(...args);
|
5550
5550
|
});
|
5551
5551
|
}, 'Call.startVideo');
|
5552
5552
|
}
|
5553
5553
|
case 'stopVideo': {
|
5554
5554
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
5555
|
-
return __awaiter$
|
5555
|
+
return __awaiter$S(this, void 0, void 0, function* () {
|
5556
5556
|
return yield target.stopVideo(...args);
|
5557
5557
|
});
|
5558
5558
|
}, 'Call.stopVideo');
|
5559
5559
|
}
|
5560
5560
|
case 'startScreenSharing': {
|
5561
5561
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
5562
|
-
return __awaiter$
|
5562
|
+
return __awaiter$S(this, void 0, void 0, function* () {
|
5563
5563
|
return yield target.startScreenSharing(...args);
|
5564
5564
|
});
|
5565
5565
|
}, 'Call.startScreenSharing');
|
5566
5566
|
}
|
5567
5567
|
case 'stopScreenSharing': {
|
5568
5568
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
5569
|
-
return __awaiter$
|
5569
|
+
return __awaiter$S(this, void 0, void 0, function* () {
|
5570
5570
|
return yield target.stopScreenSharing(...args);
|
5571
5571
|
});
|
5572
5572
|
}, 'Call.stopScreenSharing');
|
5573
5573
|
}
|
5574
5574
|
case 'hold': {
|
5575
5575
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
5576
|
-
return __awaiter$
|
5576
|
+
return __awaiter$S(this, void 0, void 0, function* () {
|
5577
5577
|
return yield target.hold(...args);
|
5578
5578
|
});
|
5579
5579
|
}, 'Call.hold');
|
5580
5580
|
}
|
5581
5581
|
case 'resume': {
|
5582
5582
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
5583
|
-
return __awaiter$
|
5583
|
+
return __awaiter$S(this, void 0, void 0, function* () {
|
5584
5584
|
return yield target.resume(...args);
|
5585
5585
|
});
|
5586
5586
|
}, 'Call.resume');
|
@@ -5647,7 +5647,7 @@ class ProxyTeamsCaptions {
|
|
5647
5647
|
get(target, prop) {
|
5648
5648
|
switch (prop) {
|
5649
5649
|
case 'startCaptions':
|
5650
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
5650
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$S(this, void 0, void 0, function* () {
|
5651
5651
|
var _a, _b;
|
5652
5652
|
this._context.setStartCaptionsInProgress(this._call.id, true);
|
5653
5653
|
try {
|
@@ -5661,7 +5661,7 @@ class ProxyTeamsCaptions {
|
|
5661
5661
|
}
|
5662
5662
|
}), 'Call.feature');
|
5663
5663
|
case 'stopCaptions':
|
5664
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
5664
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$S(this, void 0, void 0, function* () {
|
5665
5665
|
const ret = yield target.stopCaptions(...args);
|
5666
5666
|
this._context.setIsCaptionActive(this._call.id, false);
|
5667
5667
|
this._context.setStartCaptionsInProgress(this._call.id, false);
|
@@ -5669,13 +5669,13 @@ class ProxyTeamsCaptions {
|
|
5669
5669
|
return ret;
|
5670
5670
|
}), 'Call.feature');
|
5671
5671
|
case 'setSpokenLanguage':
|
5672
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
5672
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$S(this, void 0, void 0, function* () {
|
5673
5673
|
const ret = yield target.setSpokenLanguage(...args);
|
5674
5674
|
this._context.setSelectedSpokenLanguage(this._call.id, args[0]);
|
5675
5675
|
return ret;
|
5676
5676
|
}), 'Call.feature');
|
5677
5677
|
case 'setCaptionLanguage':
|
5678
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
5678
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$S(this, void 0, void 0, function* () {
|
5679
5679
|
const ret = yield target.setCaptionLanguage(...args);
|
5680
5680
|
this._context.setSelectedCaptionLanguage(this._call.id, args[0]);
|
5681
5681
|
return ret;
|
@@ -5696,7 +5696,7 @@ class ProxyCaptions {
|
|
5696
5696
|
get(target, prop) {
|
5697
5697
|
switch (prop) {
|
5698
5698
|
case 'startCaptions':
|
5699
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
5699
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$S(this, void 0, void 0, function* () {
|
5700
5700
|
var _a, _b;
|
5701
5701
|
this._context.setStartCaptionsInProgress(this._call.id, true);
|
5702
5702
|
try {
|
@@ -5710,7 +5710,7 @@ class ProxyCaptions {
|
|
5710
5710
|
}
|
5711
5711
|
}), 'Call.feature');
|
5712
5712
|
case 'stopCaptions':
|
5713
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
5713
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$S(this, void 0, void 0, function* () {
|
5714
5714
|
const ret = yield target.stopCaptions(...args);
|
5715
5715
|
this._context.setIsCaptionActive(this._call.id, false);
|
5716
5716
|
this._context.setStartCaptionsInProgress(this._call.id, false);
|
@@ -5718,7 +5718,7 @@ class ProxyCaptions {
|
|
5718
5718
|
return ret;
|
5719
5719
|
}), 'Call.feature');
|
5720
5720
|
case 'setSpokenLanguage':
|
5721
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
5721
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$S(this, void 0, void 0, function* () {
|
5722
5722
|
const ret = yield target.setSpokenLanguage(...args);
|
5723
5723
|
this._context.setSelectedSpokenLanguage(this._call.id, args[0]);
|
5724
5724
|
return ret;
|
@@ -5738,12 +5738,12 @@ class ProxySpotlightCallFeature {
|
|
5738
5738
|
get(target, prop) {
|
5739
5739
|
switch (prop) {
|
5740
5740
|
case 'startSpotlight':
|
5741
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
5741
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$S(this, void 0, void 0, function* () {
|
5742
5742
|
const ret = yield target.startSpotlight(...args);
|
5743
5743
|
return ret;
|
5744
5744
|
}), 'Call.feature');
|
5745
5745
|
case 'stopSpotlight':
|
5746
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
5746
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$S(this, void 0, void 0, function* () {
|
5747
5747
|
const ret = yield target.stopSpotlight(...args);
|
5748
5748
|
return ret;
|
5749
5749
|
}), 'Call.feature');
|
@@ -5785,7 +5785,7 @@ class ProxyTransferCallFeature {
|
|
5785
5785
|
|
5786
5786
|
// Copyright (c) Microsoft Corporation.
|
5787
5787
|
// Licensed under the MIT License.
|
5788
|
-
var __awaiter$
|
5788
|
+
var __awaiter$R = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
5789
5789
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
5790
5790
|
return new (P || (P = Promise))(function (resolve, reject) {
|
5791
5791
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -5799,7 +5799,7 @@ class ProxyCall extends ProxyCallCommon {
|
|
5799
5799
|
switch (prop) {
|
5800
5800
|
case 'addParticipant': {
|
5801
5801
|
return this.getContext().withAsyncErrorTeedToState(function (...args) {
|
5802
|
-
return __awaiter$
|
5802
|
+
return __awaiter$R(this, void 0, void 0, function* () {
|
5803
5803
|
return yield target.addParticipant(...args);
|
5804
5804
|
});
|
5805
5805
|
}, 'Call.addParticipant');
|
@@ -6034,7 +6034,7 @@ class InternalCallContext {
|
|
6034
6034
|
|
6035
6035
|
// Copyright (c) Microsoft Corporation.
|
6036
6036
|
// Licensed under the MIT License.
|
6037
|
-
var __awaiter$
|
6037
|
+
var __awaiter$Q = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
6038
6038
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
6039
6039
|
return new (P || (P = Promise))(function (resolve, reject) {
|
6040
6040
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -6049,7 +6049,7 @@ class ProxyTeamsCall extends ProxyCallCommon {
|
|
6049
6049
|
/* @conditional-compile-remove(teams-identity-support-beta) */
|
6050
6050
|
case 'addParticipant': {
|
6051
6051
|
return this.getContext().withAsyncErrorTeedToState(function (...args) {
|
6052
|
-
return __awaiter$
|
6052
|
+
return __awaiter$Q(this, void 0, void 0, function* () {
|
6053
6053
|
return yield target.addParticipant(...args);
|
6054
6054
|
});
|
6055
6055
|
}, 'TeamsCall.addParticipant');
|
@@ -6156,7 +6156,7 @@ const teamsCallAgentDeclaratify = (callAgent, context, internalContext) => {
|
|
6156
6156
|
|
6157
6157
|
// Copyright (c) Microsoft Corporation.
|
6158
6158
|
// Licensed under the MIT License.
|
6159
|
-
var __awaiter$
|
6159
|
+
var __awaiter$P = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
6160
6160
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
6161
6161
|
return new (P || (P = Promise))(function (resolve, reject) {
|
6162
6162
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -6178,7 +6178,7 @@ class ProxyVideoStreamRendererView {
|
|
6178
6178
|
get(target, prop) {
|
6179
6179
|
switch (prop) {
|
6180
6180
|
case 'updateScalingMode': {
|
6181
|
-
return (...args) => __awaiter$
|
6181
|
+
return (...args) => __awaiter$P(this, void 0, void 0, function* () {
|
6182
6182
|
yield target.updateScalingMode(...args);
|
6183
6183
|
this._context.setRemoteVideoStreamViewScalingMode(this._callId, this._participantId, this._streamId, args[0]);
|
6184
6184
|
});
|
@@ -6199,7 +6199,7 @@ const videoStreamRendererViewDeclaratify = (view, context, callId, participantId
|
|
6199
6199
|
|
6200
6200
|
// Copyright (c) Microsoft Corporation.
|
6201
6201
|
// Licensed under the MIT License.
|
6202
|
-
var __awaiter$
|
6202
|
+
var __awaiter$O = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
6203
6203
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
6204
6204
|
return new (P || (P = Promise))(function (resolve, reject) {
|
6205
6205
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -6221,7 +6221,7 @@ class ProxyCallClient {
|
|
6221
6221
|
get(target, prop) {
|
6222
6222
|
switch (prop) {
|
6223
6223
|
case 'createCallAgent': {
|
6224
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
6224
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$O(this, void 0, void 0, function* () {
|
6225
6225
|
// createCallAgent will throw an exception if the previous callAgent was not disposed. If the previous
|
6226
6226
|
// callAgent was disposed then it would have unsubscribed to events so we can just create a new declarative
|
6227
6227
|
// callAgent if the createCallAgent succeeds.
|
@@ -6234,7 +6234,7 @@ class ProxyCallClient {
|
|
6234
6234
|
}), 'CallClient.createCallAgent');
|
6235
6235
|
}
|
6236
6236
|
case 'createTeamsCallAgent': {
|
6237
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
6237
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$O(this, void 0, void 0, function* () {
|
6238
6238
|
// createCallAgent will throw an exception if the previous callAgent was not disposed. If the previous
|
6239
6239
|
// callAgent was disposed then it would have unsubscribed to events so we can just create a new declarative
|
6240
6240
|
// callAgent if the createCallAgent succeeds.
|
@@ -6247,7 +6247,7 @@ class ProxyCallClient {
|
|
6247
6247
|
}), 'CallClient.createTeamsCallAgent');
|
6248
6248
|
}
|
6249
6249
|
case 'getDeviceManager': {
|
6250
|
-
return this._context.withAsyncErrorTeedToState(() => __awaiter$
|
6250
|
+
return this._context.withAsyncErrorTeedToState(() => __awaiter$O(this, void 0, void 0, function* () {
|
6251
6251
|
// As of writing, the SDK always returns the same instance of DeviceManager so we keep a reference of
|
6252
6252
|
// DeviceManager and if it does not change we return the cached DeclarativeDeviceManager. If it does not we'll
|
6253
6253
|
// throw an error that indicate we need to fix this issue as our implementation has diverged from the SDK.
|
@@ -6275,7 +6275,7 @@ class ProxyCallClient {
|
|
6275
6275
|
/**
|
6276
6276
|
* add to this object if we want to proxy anything else off the DebugInfo feature object.
|
6277
6277
|
*/
|
6278
|
-
return Object.assign(Object.assign({}, feature), { getEnvironmentInfo: () => __awaiter$
|
6278
|
+
return Object.assign(Object.assign({}, feature), { getEnvironmentInfo: () => __awaiter$O(this, void 0, void 0, function* () {
|
6279
6279
|
const environmentInfo = yield feature.getEnvironmentInfo();
|
6280
6280
|
this._context.setEnvironmentInfo(environmentInfo);
|
6281
6281
|
return environmentInfo;
|
@@ -6335,7 +6335,7 @@ const createStatefulCallClientWithDeps = (callClient, context, internalContext)
|
|
6335
6335
|
});
|
6336
6336
|
Object.defineProperty(callClient, 'createView', {
|
6337
6337
|
configurable: false,
|
6338
|
-
value: (callId, participantId, stream, options) => __awaiter$
|
6338
|
+
value: (callId, participantId, stream, options) => __awaiter$O(void 0, void 0, void 0, function* () {
|
6339
6339
|
const participantIdKind = participantId ? communicationCommon.getIdentifierKind(participantId) : undefined;
|
6340
6340
|
const result = yield createView(context, internalContext, callId, participantIdKind, stream, options);
|
6341
6341
|
// We only need to declaratify the VideoStreamRendererView object for remote participants. Because the updateScalingMode only needs to be called on remote participant stream views.
|
@@ -6570,7 +6570,7 @@ const typingIndicatorStringStyle = react.mergeStyles({
|
|
6570
6570
|
wordBreak: 'break-word'
|
6571
6571
|
});
|
6572
6572
|
|
6573
|
-
var participantItem$l={isMeText:"(you)",menuTitle:"More Options",removeButtonLabel:"Remove",sharingIconLabel:"Sharing",mutedIconLabel:"Muted",displayNamePlaceholder:"Unnamed participant",participantStateRinging:"Calling...",participantStateHold:"On hold",attendeeRole:"Attendee"};var ParticipantList$m={overflowParticipantCount:"+{overflowCount} more"};var typingIndicator$l={singleUser:"{user} is typing ...",multipleUsers:"{users} are typing ...",multipleUsersAbbreviateOne:"{users} and 1 other are typing ...",multipleUsersAbbreviateMany:"{users} and {numOthers} others are typing ...",delimiter:", "};var sendBox$l={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",attachmentMoreMenu:"More Options"};var richTextSendBox$l={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarMoreButtonAriaLabel:"More options",attachmentMoreMenu:"More Options",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var mentionPopover$l={mentionPopoverHeader:"Suggestions"};var imageOverlay$l={downloadButtonLabel:"Download",dismissButtonAriaLabel:"Close"};var messageStatusIndicator$l={deliveredAriaLabel:"Message sent",deliveredTooltipText:"Sent",seenAriaLabel:"Message seen by others",seenTooltipText:"Seen",readByTooltipText:"Read by {messageThreadReadCount} of {remoteParticipantsCount}",sendingAriaLabel:"Message sending",sendingTooltipText:"Sending",failedToSendAriaLabel:"Message failed to send",failedToSendTooltipText:"Failed to send"};var endCallButton$l={label:"Leave",tooltipContent:"Leave call",leaveOption:"Leave",endCallOption:"End call for everyone"};var cameraButton$l={onLabel:"Camera",offLabel:"Camera",tooltipDisabledContent:"Camera is disabled",tooltipOnContent:"Turn off camera",tooltipOffContent:"Turn on camera",tooltipVideoLoadingContent:"Video is loading",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",cameraButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Turn off camera",offSplitButtonAriaLabel:"Turn on camera",cameraActionTurnedOnAnnouncement:"Your camera has been turned on",cameraActionTurnedOffAnnouncement:"Your camera has been turned off",onSplitButtonPrimaryActionCamera:"Turn off camera",offSplitButtonPrimaryActionCamera:"Turn on camera",cameraPrimaryActionSplitButtonTitle:"Use camera",videoEffectsMenuItemTitle:"Effects",cameraButtonAriaDescription:"camera options"};var microphoneButton$l={onLabel:"Mic",offLabel:"Mic",tooltipDisabledContent:"Microphone is disabled",tooltipOnContent:"Mute microphone",tooltipOffContent:"Unmute microphone",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker",microphoneButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Mute mic",offSplitButtonAriaLabel:"Unmute mic",microphoneActionTurnedOnAnnouncement:"Your microphone has been turned on",microphoneActionTurnedOffAnnouncement:"Your microphone has been turned off",offSplitButtonMicrophonePrimaryAction:"Unmute mic",onSplitButtonMicrophonePrimaryAction:"Mute mic",microphonePrimaryActionSplitButtonTitle:"Use microphone",microphoneAriaDescription:"Audio options",deepNoiseSuppressionTitle:"Noise suppression",deepNoiseSuppressionOnAnnouncement:"Deep noise suppression has been turned on",deepNoiseSuppressionOffAnnouncement:"Deep noise suppression has been turned off"};var devicesButton$l={label:"Devices",tooltipContent:"Manage devices",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",audioDeviceMenuTitle:"Audio Device",audioDeviceMenuTooltip:"Choose audio device",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker"};var participantsButton$l={label:"People",tooltipContent:"Show participants",menuHeader:"In this call",participantsListButtonLabel:"{numParticipants} people",muteAllButtonLabel:"Mute all",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkActionedAriaLabel:"Invite link copied"};var screenShareButton$l={onLabel:"Stop presenting",offLabel:"Present",tooltipDisabledContent:"Presenting is disabled",tooltipOnContent:"Presenting your screen",tooltipOffContent:"Present your screen"};var raiseHandButton$l={offLabel:"Raise",onLabel:"Lower",tooltipDisabledContent:"Raise Hand action is disabled",tooltipOnContent:"Lower Hand",tooltipOffContent:"Raise Hand"};var reactionButton$l={label:"React",ariaLabel:"React Button, Send a reaction",tooltipDisabledContent:"Reaction action is disabled",tooltipContent:"Send a reaction",likeReactionTooltipContent:"Like",heartReactionTooltipContent:"Love",laughReactionTooltipContent:"Laugh",applauseReactionTooltipContent:"Applause",surprisedReactionTooltipContent:"Surprised"};var messageThread$l={yesterday:"Yesterday",sunday:"Sunday",monday:"Monday",tuesday:"Tuesday",wednesday:"Wednesday",thursday:"Thursday",friday:"Friday",saturday:"Saturday",participantJoined:"joined the chat.",participantLeft:"left the chat.",editMessage:"Edit",removeMessage:"Delete",resendMessage:"Try sending again",failToSendTag:"Failed to send",editedTag:"Edited",liveAuthorIntro:"{author} says",messageContentAriaText:"{status} {author} said {message}",messageContentMineAriaText:"{status} You said {message}",editBoxTextLimit:"Your message is over the limit of {limitNumber} characters",editBoxPlaceholderText:"Edit your message",newMessagesIndicator:"New messages",noDisplayNameSub:"No name",editBoxCancelButton:"Cancel",editBoxSubmitButton:"Done",messageReadCount:"Read by {messageReadByCount} of {remoteParticipantsCount}",actionMenuMoreOptions:"More Options",downloadAttachment:"Download file",openAttachment:"Open file",blockedWarningText:"This message was deleted due to organizational policy.",blockedWarningLinkText:"Details",attachmentCardGroupMessage:"The message has {attachmentCount} attachment",messageDeletedAnnouncementAriaLabel:"The message is deleted",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarMoreButtonAriaLabel:"More options",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var errorBar$l={unableToReachChatService:"You are offline",accessDenied:"Unable to access chat services - please check the user credentials provided",userNotInChatThread:"You are no longer in this chat thread",sendMessageNotInChatThread:"Failed to send message because you are no longer in this chat thread",sendMessageGeneric:"Failed to send message",callingNetworkFailure:"Troubling connecting call - you seem to be offline",startVideoGeneric:"Failed to start video",stopVideoGeneric:"Failed to stop video",muteGeneric:"Failed to mute microphone",unmuteGeneric:"Failed to unmute microphone",speakingWhileMuted:"Your microphone is muted",startScreenShareGeneric:"There was an issue starting screen share.",stopScreenShareGeneric:"Failed to stop screen sharing",callNetworkQualityLow:"Network quality is low.",teamsMeetingCallNetworkQualityLow:"Network quality is low.",callNoSpeakerFound:"No speakers or headphones found. Connect an audio device to hear the call.",callNoMicrophoneFound:"No microphones found. Connect an audio input device.",callMicrophoneAccessDenied:"Unable to access microphone. Click the lock in the address bar to grant permission to this webpage.",callMicrophoneAccessDeniedSafari:"Unable to access microphone. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",callMicrophoneMutedBySystem:"You are muted by your system.",callMicrophoneUnmutedBySystem:"Your microphone recovered and you were unmuted by your system.",callMacOsMicrophoneAccessDenied:"Unable to access microphone. Grant microphone permission in your macOS privacy settings.",callLocalVideoFreeze:"Network bandwidth is poor. Your video may appear paused for others on the call.",callCameraAccessDenied:"Unable to access camera. Click the lock in the address bar to grant permission to this webpage.",callCameraAccessDeniedSafari:"Unable to access camera. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",callCameraAlreadyInUse:"Unable to access camera. It may already be in use by another application.",callVideoStoppedBySystem:"Your video has been stopped by your system.",callVideoRecoveredBySystem:"Your video has resumed.",callMacOsCameraAccessDenied:"MacOS is blocking access to your camera. Update your privacy settings to allow this browser to access your camera.",callMacOsScreenShareAccessDenied:"MacOS is blocking screen sharing. Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close",failedToJoinCallGeneric:"Failed to join call.",failedToJoinCallInvalidMeetingLink:"Unable to join Meeting. Invalid Link.",cameraFrozenForRemoteParticipants:"Users in the call are having issues seeing your video. Please check your devices and network.",unableToStartVideoEffect:"Unable to apply video effect.",startSpotlightWhileMaxParticipantsAreSpotlighted:"Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted.",mutedByRemoteParticipant:"You were muted by another participant."};var notificationStack$l={callingNetworkFailure:{title:"Troubling connecting call",message:"You seem to be offline. Please check your network connection and try again.",dismissButtonAriaLabel:"Close"},startVideoGeneric:{title:"Failed to start video.",dismissButtonAriaLabel:"Close"},stopVideoGeneric:{title:"Failed to stop video.",dismissButtonAriaLabel:"Close"},muteGeneric:{title:"Failed to mute microphone.",dismissButtonAriaLabel:"Close"},unmuteGeneric:{title:"Failed to unmute microphone.",dismissButtonAriaLabel:"Close"},speakingWhileMuted:{title:"You're muted.",dismissButtonAriaLabel:"Close"},startScreenShareGeneric:{title:"There was an issue starting screen share.",dismissButtonAriaLabel:"Close"},stopScreenShareGeneric:{title:"Failed to stop screen sharing.",dismissButtonAriaLabel:"Close"},callNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close"},teamsMeetingCallNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close",message:"Join this call from your phone for better sound. You can continue viewing the meeting on this device.",primaryButtonLabel:"Join by Phone"},callNoSpeakerFound:{title:"No speakers or headphones found",message:"Connect an audio device to hear the call.",dismissButtonAriaLabel:"Close"},callNoMicrophoneFound:{title:"No microphones found",message:"Connect an audio input device.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDeniedSafari:{title:"Unable to access microphone",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callMicrophoneMutedBySystem:{title:"You are muted by your system.",dismissButtonAriaLabel:"Close"},callMicrophoneUnmutedBySystem:{title:"Your microphone recovered and you were unmuted by your system.",dismissButtonAriaLabel:"Close"},callMacOsMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Grant microphone permission in your macOS privacy settings.",dismissButtonAriaLabel:"Close"},callLocalVideoFreeze:{title:"Network bandwidth is poor",message:"Your video may appear paused for others on the call.",dismissButtonAriaLabel:"Close"},callCameraAccessDenied:{title:"Unable to access camera",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callCameraAccessDeniedSafari:{title:"Unable to access camera",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callCameraAlreadyInUse:{title:"Unable to access camera",message:"It may already be in use by another application.",dismissButtonAriaLabel:"Close"},callVideoStoppedBySystem:{title:"Your video has been stopped by your system.",dismissButtonAriaLabel:"Close"},callVideoRecoveredBySystem:{title:"Your video has resumed.",dismissButtonAriaLabel:"Close"},callMacOsCameraAccessDenied:{title:"MacOS is blocking access to your camera",message:"Update your privacy settings to allow this browser to access your camera.",dismissButtonAriaLabel:"Close"},callMacOsScreenShareAccessDenied:{title:"MacOS is blocking screen sharing",message:"Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close"},failedToJoinCallGeneric:{title:"Failed to join call.",dismissButtonAriaLabel:"Close"},failedToJoinCallInvalidMeetingLink:{title:"Unable to join Meeting. Invalid Link.",dismissButtonAriaLabel:"Close"},cameraFrozenForRemoteParticipants:{title:"Users in the call are having issues seeing your video",message:"Please check your devices and network.",dismissButtonAriaLabel:"Close"},unableToStartVideoEffect:{title:"Unable to apply video effect.",dismissButtonAriaLabel:"Close"},startSpotlightWhileMaxParticipantsAreSpotlighted:{title:"Cannot start spotlight on participant(s)",message:"The maximum number of participants are already spotlighted.",dismissButtonAriaLabel:"Close"},mutedByRemoteParticipant:{title:"You were muted by another participant.",dismissButtonAriaLabel:"Close"},recordingStarted:{title:"Recording has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},transcriptionStarted:{title:"Transcription has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingStopped:{title:"Recording is being saved.",message:"Recording has stopped.",dismissButtonAriaLabel:"Close"},transcriptionStopped:{title:"Transcription is being saved.",message:"Transcription has stopped.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStarted:{title:"Recording and transcription have started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStopped:{title:"Recording and transcription are being saved.",message:"Recording and transcription have stopped.",dismissButtonAriaLabel:"Close"},recordingStoppedStillTranscribing:{title:"Recording has stopped.",message:"You are now only transcribing this meeting.",dismissButtonAriaLabel:"Close"},transcriptionStoppedStillRecording:{title:"Transcription has stopped.",message:"You are now only recording this meeting.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpened:{title:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomChanged:{title:"Your breakout room has changed",message:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpenedPromptJoin:{title:"Join breakout room?",message:"You've been assigned to a breakout room.",dismissButtonAriaLabel:"Close",primaryButtonLabel:"Join room",secondaryButtonLabel:"Later"},breakoutRoomJoined:{title:"You have joined a breakout room.",dismissButtonAriaLabel:"Close"},breakoutRoomClosingSoon:{title:"Room time limit about to expire.",message:"This room will close in 30 seconds",dismissButtonAriaLabel:"Close"}};var videoGallery$l={screenIsBeingSharedMessage:"You are sharing your screen",screenShareLoadingMessage:"Loading {participant}'s screen",localScreenShareLoadingMessage:"Loading your screen",localVideoLabel:"You",localVideoCameraSwitcherLabel:"Switch camera",localVideoMovementLabel:"Movable Local Video Tile",localVideoMovementAriaLabel:"Movable Local Video Tile",localVideoSelectedDescription:"{cameraName} selected",displayNamePlaceholder:"Unnamed participant",fitRemoteParticipantToFrame:"Fit to frame",fillRemoteParticipantFrame:"Fill frame",pinParticipantForMe:"Pin for me",pinParticipantForMeLimitReached:"Pin (limit reached)",unpinParticipantForMe:"Unpin",pinParticipantMenuItemAriaLabel:"Pin {participantName}",unpinParticipantMenuItemAriaLabel:"Unpin {participantName}",pinnedParticipantAnnouncementAriaLabel:"Pinned {participantName}",unpinnedParticipantAnnouncementAriaLabel:"Unpinned {participantName}",startSpotlightVideoTileMenuLabel:"Spotlight for everyone",addSpotlightVideoTileMenuLabel:"Add spotlight",spotlightLimitReachedMenuTitle:"Spotlight limit reached",stopSpotlightVideoTileMenuLabel:"Stop spotlighting",stopSpotlightOnSelfVideoTileMenuLabel:"Exit spotlight",attendeeRole:"Attendee",muteParticipantMenuItemLabel:"Mute",waitingScreenText:"Waiting for others to join"};var dialpad$l={placeholderText:"Enter phone number",deleteButtonAriaLabel:"Delete"};var holdButton$l={onLabel:"Resume",offLabel:"Hold",tooltipOnContent:"Resume call",tooltipOffContent:"Hold call"};var videoTile$l={participantStateRinging:"Calling...",participantStateHold:"On hold",moreOptionsButtonAriaLabel:"More Options {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",moreOptionsParticipantMutedStateMutedAriaLabel:"muted",moreOptionsParticipantMutedStateUnmutedAriaLabel:"unmuted",moreOptionsParticipantHandRaisedAriaLabel:"Hand raised",moreOptionsParticipantIsSpeakingAriaLabel:"Speaking"};var CameraAndMicrophoneSitePermissionsRequest$l={primaryText:"Allow {appName} to use your camera and microphone",secondaryText:"This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Allow camera and microphone access"};var CameraSitePermissionsRequest$l={primaryText:"Allow {appName} to use your camera",secondaryText:"This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Allow camera access"};var MicrophoneSitePermissionsRequest$l={primaryText:"Allow {appName} to use your microphone",secondaryText:"This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Allow microphone access"};var CameraAndMicrophoneSitePermissionsCheck$l={primaryText:"Checking for camera and microphone access",secondaryText:"Allow access if prompted. This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Checking for camera and microphone access. Allow access if prompted."};var CameraSitePermissionsCheck$l={primaryText:"Checking for camera access",secondaryText:"Allow access if prompted. This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Checking for camera access. Allow access if prompted."};var MicrophoneSitePermissionsCheck$l={primaryText:"Checking for microphone access",secondaryText:"Allow access if prompted. This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Checking for microphone access. Allow access if prompted."};var CameraAndMicrophoneSitePermissionsDenied$l={primaryText:"Unable to access camera and microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraAndMicrophoneSitePermissionsDeniedSafari$l={primaryText:"Unable to access camera and microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDenied$l={primaryText:"Unable to access camera",secondaryText:"Click the lock icon in the address bar to grant camera permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDenied$l={primaryText:"Unable to access microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDeniedSafari$l={primaryText:"Unable to access camera",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDeniedSafari$l={primaryText:"Unable to access microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var UnsupportedBrowser$m={primaryText:"Browser not supported",secondaryText:"Please join this call using a compatible browser.",moreHelpLinkText:"See compatibility requirements"};var UnsupportedBrowserVersion$m={primaryText:"Browser update needed",secondaryText:"To ensure the best call possible, please update your browser and then try joining the call again.",moreHelpLinkText:"See compatibility requirements",continueAnywayButtonText:"Start call without updating"};var UnsupportedOperatingSystem$m={primaryText:"Operating system not supported",secondaryText:"Please join this call using a device with a compatible operating system.",moreHelpLinkText:"See compatibility requirements"};var BrowserPermissionDenied$l={primaryText:"Can't use your camera or microphone",secondaryText:"Your browser might not have access to your camera or microphone. To fix this, open System Preferences.",primaryButtonText:"Try again",linkText:"Need help? Get troubleshooting help"};var BrowserPermissionDeniedIOS$l={primaryText:"Allow microphone access to continue",secondaryText:"So other participants can hear you.",primaryButtonText:"Try again",imageAltText:"Microphone and camera device permission location for iOS",linkText:"Need help? Get troubleshooting help",step1Text:"Go to the Settings app",step2Text:"Scroll down to settings for this browser",step3Text:"Turn on Microphone (Camera optional)",step4Text:"Try joining the call again",step1DigitText:"1",step2DigitText:"2",step3DigitText:"3",step4DigitText:"4"};var verticalGallery$l={leftNavButtonAriaLabel:"previous page {current} of {total}",rightNavButtonAriaLabel:"next page {current} of {total}"};var meetingConferencePhoneInfo$l={meetingConferencePhoneInfoModalTitle:"Join call from your phone",meetingConferencePhoneInfoModalDialIn:"Dial number",meetingConferencePhoneInfoModalMeetingId:"Enter meeting ID",meetingConferencePhoneInfoModalWait:"Wait to be admitted by organizer",meetingConferencePhoneInfoModalNoPhoneAvailable:"No phone available",meetingConferencePhoneInfoModalTollGeoData:"{country}, {city}",meetingConferencePhoneInfoModalTollFree:"(Toll-free)",meetingConferencePhoneInfoModalToll:"(Toll)"};var IncomingCallNotification$m={incomingCallNotificationPlaceholderId:"Unknown User",incomingCallNotificationPlaceholderAlert:"{callerName} is calling",incomingCallNoticicationAcceptWithAudioAriaLabel:"Accept with audio",incomingCallNoticicationAcceptWithVideoAriaLabel:"Accept with video",incomingCallNoticicationRejectAriaLabel:"Reject",incomingCallNotificationAcceptButtonLabel:"Accept",incomingCallNotificationRejectButtonLabel:"Decline",incomingCallNotificationAccceptWithVideoButtonLabel:"Accept with Video",incomingCallNotificationDismissButtonAriaLabel:"Dismiss"};var en_US$1 = {participantItem:participantItem$l,ParticipantList:ParticipantList$m,typingIndicator:typingIndicator$l,sendBox:sendBox$l,richTextSendBox:richTextSendBox$l,mentionPopover:mentionPopover$l,imageOverlay:imageOverlay$l,messageStatusIndicator:messageStatusIndicator$l,endCallButton:endCallButton$l,cameraButton:cameraButton$l,microphoneButton:microphoneButton$l,devicesButton:devicesButton$l,participantsButton:participantsButton$l,screenShareButton:screenShareButton$l,raiseHandButton:raiseHandButton$l,reactionButton:reactionButton$l,messageThread:messageThread$l,errorBar:errorBar$l,notificationStack:notificationStack$l,videoGallery:videoGallery$l,dialpad:dialpad$l,holdButton:holdButton$l,videoTile:videoTile$l,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$l,CameraSitePermissionsRequest:CameraSitePermissionsRequest$l,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$l,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$l,CameraSitePermissionsCheck:CameraSitePermissionsCheck$l,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$l,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$l,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$l,CameraSitePermissionsDenied:CameraSitePermissionsDenied$l,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$l,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$l,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$l,UnsupportedBrowser:UnsupportedBrowser$m,UnsupportedBrowserVersion:UnsupportedBrowserVersion$m,UnsupportedOperatingSystem:UnsupportedOperatingSystem$m,BrowserPermissionDenied:BrowserPermissionDenied$l,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$l,verticalGallery:verticalGallery$l,meetingConferencePhoneInfo:meetingConferencePhoneInfo$l,IncomingCallNotification:IncomingCallNotification$m};
|
6573
|
+
var participantItem$l={isMeText:"(you)",menuTitle:"More Options",removeButtonLabel:"Remove",sharingIconLabel:"Sharing",mutedIconLabel:"Muted",displayNamePlaceholder:"Unnamed participant",participantStateRinging:"Calling...",participantStateHold:"On hold",attendeeRole:"Attendee"};var ParticipantList$m={overflowParticipantCount:"+{overflowCount} more"};var typingIndicator$l={singleUser:"{user} is typing ...",multipleUsers:"{users} are typing ...",multipleUsersAbbreviateOne:"{users} and 1 other are typing ...",multipleUsersAbbreviateMany:"{users} and {numOthers} others are typing ...",delimiter:", "};var sendBox$l={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",attachmentMoreMenu:"More Options"};var richTextSendBox$l={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarAriaLabel:"Message Formatting Toolbar",richTextToolbarMoreButtonAriaLabel:"More options",attachmentMoreMenu:"More Options",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var rttModal={rttModalAriaLabel:"Turn on RTT Modal",rttModalTitle:"Turn on RTT?",rttModalText:"Real-time text (RTT) will be turned on for everyone in the meeting.",rttConfirmButtonLabel:"Turn on",rttCancelButtonLabel:"Cancel",rttCloseModalButtonAriaLabel:"Close RTT Modal"};var mentionPopover$l={mentionPopoverHeader:"Suggestions"};var imageOverlay$l={downloadButtonLabel:"Download",dismissButtonAriaLabel:"Close"};var messageStatusIndicator$l={deliveredAriaLabel:"Message sent",deliveredTooltipText:"Sent",seenAriaLabel:"Message seen by others",seenTooltipText:"Seen",readByTooltipText:"Read by {messageThreadReadCount} of {remoteParticipantsCount}",sendingAriaLabel:"Message sending",sendingTooltipText:"Sending",failedToSendAriaLabel:"Message failed to send",failedToSendTooltipText:"Failed to send"};var endCallButton$l={label:"Leave",tooltipContent:"Leave call",leaveOption:"Leave",endCallOption:"End call for everyone"};var cameraButton$l={onLabel:"Camera",offLabel:"Camera",tooltipDisabledContent:"Camera is disabled",tooltipOnContent:"Turn off camera",tooltipOffContent:"Turn on camera",tooltipVideoLoadingContent:"Video is loading",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",cameraButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Turn off camera",offSplitButtonAriaLabel:"Turn on camera",cameraActionTurnedOnAnnouncement:"Your camera has been turned on",cameraActionTurnedOffAnnouncement:"Your camera has been turned off",onSplitButtonPrimaryActionCamera:"Turn off camera",offSplitButtonPrimaryActionCamera:"Turn on camera",cameraPrimaryActionSplitButtonTitle:"Use camera",videoEffectsMenuItemTitle:"Effects",cameraButtonAriaDescription:"camera options"};var microphoneButton$l={onLabel:"Mic",offLabel:"Mic",tooltipDisabledContent:"Microphone is disabled",tooltipOnContent:"Mute microphone",tooltipOffContent:"Unmute microphone",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker",microphoneButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Mute mic",offSplitButtonAriaLabel:"Unmute mic",microphoneActionTurnedOnAnnouncement:"Your microphone has been turned on",microphoneActionTurnedOffAnnouncement:"Your microphone has been turned off",offSplitButtonMicrophonePrimaryAction:"Unmute mic",onSplitButtonMicrophonePrimaryAction:"Mute mic",microphonePrimaryActionSplitButtonTitle:"Use microphone",microphoneAriaDescription:"Audio options",deepNoiseSuppressionTitle:"Noise suppression",deepNoiseSuppressionOnAnnouncement:"Deep noise suppression has been turned on",deepNoiseSuppressionOffAnnouncement:"Deep noise suppression has been turned off"};var devicesButton$l={label:"Devices",tooltipContent:"Manage devices",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",audioDeviceMenuTitle:"Audio Device",audioDeviceMenuTooltip:"Choose audio device",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker"};var participantsButton$l={label:"People",tooltipContent:"Show participants",menuHeader:"In this call",participantsListButtonLabel:"{numParticipants} people",muteAllButtonLabel:"Mute all",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkActionedAriaLabel:"Invite link copied"};var screenShareButton$l={onLabel:"Stop presenting",offLabel:"Present",tooltipDisabledContent:"Presenting is disabled",tooltipOnContent:"Presenting your screen",tooltipOffContent:"Present your screen"};var raiseHandButton$l={offLabel:"Raise",onLabel:"Lower",tooltipDisabledContent:"Raise Hand action is disabled",tooltipOnContent:"Lower Hand",tooltipOffContent:"Raise Hand"};var reactionButton$l={label:"React",ariaLabel:"React Button, Send a reaction",tooltipDisabledContent:"Reaction action is disabled",tooltipContent:"Send a reaction",likeReactionTooltipContent:"Like",heartReactionTooltipContent:"Love",laughReactionTooltipContent:"Laugh",applauseReactionTooltipContent:"Applause",surprisedReactionTooltipContent:"Surprised"};var rtt={isTypingText:"RTT typing"};var messageThread$l={yesterday:"Yesterday",sunday:"Sunday",monday:"Monday",tuesday:"Tuesday",wednesday:"Wednesday",thursday:"Thursday",friday:"Friday",saturday:"Saturday",participantJoined:"joined the chat.",participantLeft:"left the chat.",editMessage:"Edit",removeMessage:"Delete",resendMessage:"Try sending again",failToSendTag:"Failed to send",editedTag:"Edited",liveAuthorIntro:"{author} says",messageContentAriaText:"{status} {author} said {message}",messageContentMineAriaText:"{status} You said {message}",editBoxTextLimit:"Your message is over the limit of {limitNumber} characters",editBoxPlaceholderText:"Edit your message",newMessagesIndicator:"New messages",noDisplayNameSub:"No name",editBoxCancelButton:"Cancel",editBoxSubmitButton:"Done",messageReadCount:"Read by {messageReadByCount} of {remoteParticipantsCount}",actionMenuMoreOptions:"More Options",downloadAttachment:"Download file",openAttachment:"Open file",blockedWarningText:"This message was deleted due to organizational policy.",blockedWarningLinkText:"Details",attachmentCardGroupMessage:"The message has {attachmentCount} attachment",messageDeletedAnnouncementAriaLabel:"The message is deleted",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarMoreButtonAriaLabel:"More options",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var errorBar$l={unableToReachChatService:"You are offline",accessDenied:"Unable to access chat services - please check the user credentials provided",userNotInChatThread:"You are no longer in this chat thread",sendMessageNotInChatThread:"Failed to send message because you are no longer in this chat thread",sendMessageGeneric:"Failed to send message",callingNetworkFailure:"Troubling connecting call - you seem to be offline",startVideoGeneric:"Failed to start video",stopVideoGeneric:"Failed to stop video",muteGeneric:"Failed to mute microphone",unmuteGeneric:"Failed to unmute microphone",speakingWhileMuted:"Your microphone is muted",startScreenShareGeneric:"There was an issue starting screen share.",stopScreenShareGeneric:"Failed to stop screen sharing",callNetworkQualityLow:"Network quality is low.",teamsMeetingCallNetworkQualityLow:"Network quality is low.",callNoSpeakerFound:"No speakers or headphones found. Connect an audio device to hear the call.",callNoMicrophoneFound:"No microphones found. Connect an audio input device.",callMicrophoneAccessDenied:"Unable to access microphone. Click the lock in the address bar to grant permission to this webpage.",callMicrophoneAccessDeniedSafari:"Unable to access microphone. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",callMicrophoneMutedBySystem:"You are muted by your system.",callMicrophoneUnmutedBySystem:"Your microphone recovered and you were unmuted by your system.",callMacOsMicrophoneAccessDenied:"Unable to access microphone. Grant microphone permission in your macOS privacy settings.",callLocalVideoFreeze:"Network bandwidth is poor. Your video may appear paused for others on the call.",callCameraAccessDenied:"Unable to access camera. Click the lock in the address bar to grant permission to this webpage.",callCameraAccessDeniedSafari:"Unable to access camera. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",callCameraAlreadyInUse:"Unable to access camera. It may already be in use by another application.",callVideoStoppedBySystem:"Your video has been stopped by your system.",callVideoRecoveredBySystem:"Your video has resumed.",callMacOsCameraAccessDenied:"MacOS is blocking access to your camera. Update your privacy settings to allow this browser to access your camera.",callMacOsScreenShareAccessDenied:"MacOS is blocking screen sharing. Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close",failedToJoinCallGeneric:"Failed to join call.",failedToJoinCallInvalidMeetingLink:"Unable to join Meeting. Invalid Link.",cameraFrozenForRemoteParticipants:"Users in the call are having issues seeing your video. Please check your devices and network.",unableToStartVideoEffect:"Unable to apply video effect.",startSpotlightWhileMaxParticipantsAreSpotlighted:"Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted.",mutedByRemoteParticipant:"You were muted by another participant."};var notificationStack$l={callingNetworkFailure:{title:"Troubling connecting call",message:"You seem to be offline. Please check your network connection and try again.",dismissButtonAriaLabel:"Close"},startVideoGeneric:{title:"Failed to start video.",dismissButtonAriaLabel:"Close"},stopVideoGeneric:{title:"Failed to stop video.",dismissButtonAriaLabel:"Close"},muteGeneric:{title:"Failed to mute microphone.",dismissButtonAriaLabel:"Close"},unmuteGeneric:{title:"Failed to unmute microphone.",dismissButtonAriaLabel:"Close"},speakingWhileMuted:{title:"You're muted.",dismissButtonAriaLabel:"Close"},startScreenShareGeneric:{title:"There was an issue starting screen share.",dismissButtonAriaLabel:"Close"},stopScreenShareGeneric:{title:"Failed to stop screen sharing.",dismissButtonAriaLabel:"Close"},callNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close"},teamsMeetingCallNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close",message:"Join this call from your phone for better sound. You can continue viewing the meeting on this device.",primaryButtonLabel:"Join by Phone"},callNoSpeakerFound:{title:"No speakers or headphones found",message:"Connect an audio device to hear the call.",dismissButtonAriaLabel:"Close"},callNoMicrophoneFound:{title:"No microphones found",message:"Connect an audio input device.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDeniedSafari:{title:"Unable to access microphone",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callMicrophoneMutedBySystem:{title:"You are muted by your system.",dismissButtonAriaLabel:"Close"},callMicrophoneUnmutedBySystem:{title:"Your microphone recovered and you were unmuted by your system.",dismissButtonAriaLabel:"Close"},callMacOsMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Grant microphone permission in your macOS privacy settings.",dismissButtonAriaLabel:"Close"},callLocalVideoFreeze:{title:"Network bandwidth is poor",message:"Your video may appear paused for others on the call.",dismissButtonAriaLabel:"Close"},callCameraAccessDenied:{title:"Unable to access camera",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callCameraAccessDeniedSafari:{title:"Unable to access camera",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callCameraAlreadyInUse:{title:"Unable to access camera",message:"It may already be in use by another application.",dismissButtonAriaLabel:"Close"},callVideoStoppedBySystem:{title:"Your video has been stopped by your system.",dismissButtonAriaLabel:"Close"},callVideoRecoveredBySystem:{title:"Your video has resumed.",dismissButtonAriaLabel:"Close"},callMacOsCameraAccessDenied:{title:"MacOS is blocking access to your camera",message:"Update your privacy settings to allow this browser to access your camera.",dismissButtonAriaLabel:"Close"},callMacOsScreenShareAccessDenied:{title:"MacOS is blocking screen sharing",message:"Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close"},failedToJoinCallGeneric:{title:"Failed to join call.",dismissButtonAriaLabel:"Close"},failedToJoinCallInvalidMeetingLink:{title:"Unable to join Meeting. Invalid Link.",dismissButtonAriaLabel:"Close"},cameraFrozenForRemoteParticipants:{title:"Users in the call are having issues seeing your video",message:"Please check your devices and network.",dismissButtonAriaLabel:"Close"},unableToStartVideoEffect:{title:"Unable to apply video effect.",dismissButtonAriaLabel:"Close"},startSpotlightWhileMaxParticipantsAreSpotlighted:{title:"Cannot start spotlight on participant(s)",message:"The maximum number of participants are already spotlighted.",dismissButtonAriaLabel:"Close"},mutedByRemoteParticipant:{title:"You were muted by another participant.",dismissButtonAriaLabel:"Close"},recordingStarted:{title:"Recording has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},transcriptionStarted:{title:"Transcription has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingStopped:{title:"Recording is being saved.",message:"Recording has stopped.",dismissButtonAriaLabel:"Close"},transcriptionStopped:{title:"Transcription is being saved.",message:"Transcription has stopped.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStarted:{title:"Recording and transcription have started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStopped:{title:"Recording and transcription are being saved.",message:"Recording and transcription have stopped.",dismissButtonAriaLabel:"Close"},recordingStoppedStillTranscribing:{title:"Recording has stopped.",message:"You are now only transcribing this meeting.",dismissButtonAriaLabel:"Close"},transcriptionStoppedStillRecording:{title:"Transcription has stopped.",message:"You are now only recording this meeting.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpened:{title:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomChanged:{title:"Your breakout room has changed",message:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpenedPromptJoin:{title:"Join breakout room?",message:"You've been assigned to a breakout room.",dismissButtonAriaLabel:"Close",primaryButtonLabel:"Join room",secondaryButtonLabel:"Later"},breakoutRoomJoined:{title:"You have joined a breakout room.",dismissButtonAriaLabel:"Close"},breakoutRoomClosingSoon:{title:"Room time limit about to expire.",message:"This room will close in 30 seconds",dismissButtonAriaLabel:"Close"}};var videoGallery$l={screenIsBeingSharedMessage:"You are sharing your screen",screenShareLoadingMessage:"Loading {participant}'s screen",localScreenShareLoadingMessage:"Loading your screen",localVideoLabel:"You",localVideoCameraSwitcherLabel:"Switch camera",localVideoMovementLabel:"Movable Local Video Tile",localVideoMovementAriaLabel:"Movable Local Video Tile",localVideoSelectedDescription:"{cameraName} selected",displayNamePlaceholder:"Unnamed participant",fitRemoteParticipantToFrame:"Fit to frame",fillRemoteParticipantFrame:"Fill frame",pinParticipantForMe:"Pin for me",pinParticipantForMeLimitReached:"Pin (limit reached)",unpinParticipantForMe:"Unpin",pinParticipantMenuItemAriaLabel:"Pin {participantName}",unpinParticipantMenuItemAriaLabel:"Unpin {participantName}",pinnedParticipantAnnouncementAriaLabel:"Pinned {participantName}",unpinnedParticipantAnnouncementAriaLabel:"Unpinned {participantName}",startSpotlightVideoTileMenuLabel:"Spotlight for everyone",addSpotlightVideoTileMenuLabel:"Add spotlight",spotlightLimitReachedMenuTitle:"Spotlight limit reached",stopSpotlightVideoTileMenuLabel:"Stop spotlighting",stopSpotlightOnSelfVideoTileMenuLabel:"Exit spotlight",attendeeRole:"Attendee",muteParticipantMenuItemLabel:"Mute",waitingScreenText:"Waiting for others to join"};var dialpad$l={placeholderText:"Enter phone number",deleteButtonAriaLabel:"Delete"};var holdButton$l={onLabel:"Resume",offLabel:"Hold",tooltipOnContent:"Resume call",tooltipOffContent:"Hold call"};var videoTile$l={participantStateRinging:"Calling...",participantReconnecting:"Reconnecting...",participantStateHold:"On hold",moreOptionsButtonAriaLabel:"More Options {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",moreOptionsParticipantMutedStateMutedAriaLabel:"muted",moreOptionsParticipantMutedStateUnmutedAriaLabel:"unmuted",moreOptionsParticipantHandRaisedAriaLabel:"Hand raised",moreOptionsParticipantIsSpeakingAriaLabel:"Speaking"};var CameraAndMicrophoneSitePermissionsRequest$l={primaryText:"Allow {appName} to use your camera and microphone",secondaryText:"This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Allow camera and microphone access"};var CameraSitePermissionsRequest$l={primaryText:"Allow {appName} to use your camera",secondaryText:"This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Allow camera access"};var MicrophoneSitePermissionsRequest$l={primaryText:"Allow {appName} to use your microphone",secondaryText:"This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Allow microphone access"};var CameraAndMicrophoneSitePermissionsCheck$l={primaryText:"Checking for camera and microphone access",secondaryText:"Allow access if prompted. This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Checking for camera and microphone access. Allow access if prompted."};var CameraSitePermissionsCheck$l={primaryText:"Checking for camera access",secondaryText:"Allow access if prompted. This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Checking for camera access. Allow access if prompted."};var MicrophoneSitePermissionsCheck$l={primaryText:"Checking for microphone access",secondaryText:"Allow access if prompted. This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Checking for microphone access. Allow access if prompted."};var CameraAndMicrophoneSitePermissionsDenied$l={primaryText:"Unable to access camera and microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraAndMicrophoneSitePermissionsDeniedSafari$l={primaryText:"Unable to access camera and microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDenied$l={primaryText:"Unable to access camera",secondaryText:"Click the lock icon in the address bar to grant camera permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDenied$l={primaryText:"Unable to access microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDeniedSafari$l={primaryText:"Unable to access camera",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDeniedSafari$l={primaryText:"Unable to access microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var UnsupportedBrowser$m={primaryText:"Browser not supported",secondaryText:"Please join this call using a compatible browser.",moreHelpLinkText:"See compatibility requirements"};var UnsupportedBrowserVersion$m={primaryText:"Browser update needed",secondaryText:"To ensure the best call possible, please update your browser and then try joining the call again.",moreHelpLinkText:"See compatibility requirements",continueAnywayButtonText:"Start call without updating"};var UnsupportedOperatingSystem$m={primaryText:"Operating system not supported",secondaryText:"Please join this call using a device with a compatible operating system.",moreHelpLinkText:"See compatibility requirements"};var BrowserPermissionDenied$l={primaryText:"Can't use your camera or microphone",secondaryText:"Your browser might not have access to your camera or microphone. To fix this, open System Preferences.",primaryButtonText:"Try again",linkText:"Need help? Get troubleshooting help"};var BrowserPermissionDeniedIOS$l={primaryText:"Allow microphone access to continue",secondaryText:"So other participants can hear you.",primaryButtonText:"Try again",imageAltText:"Microphone and camera device permission location for iOS",linkText:"Need help? Get troubleshooting help",step1Text:"Go to the Settings app",step2Text:"Scroll down to settings for this browser",step3Text:"Turn on Microphone (Camera optional)",step4Text:"Try joining the call again",step1DigitText:"1",step2DigitText:"2",step3DigitText:"3",step4DigitText:"4"};var verticalGallery$l={leftNavButtonAriaLabel:"previous page {current} of {total}",rightNavButtonAriaLabel:"next page {current} of {total}"};var meetingConferencePhoneInfo$l={meetingConferencePhoneInfoModalTitle:"Join call from your phone",meetingConferencePhoneInfoModalDialIn:"Dial number",meetingConferencePhoneInfoModalMeetingId:"Enter meeting ID",meetingConferencePhoneInfoModalWait:"Wait to be admitted by organizer",meetingConferencePhoneInfoModalNoPhoneAvailable:"No phone available",meetingConferencePhoneInfoModalTollGeoData:"{country}, {city}",meetingConferencePhoneInfoModalTollFree:"(Toll-free)",meetingConferencePhoneInfoModalToll:"(Toll)"};var IncomingCallNotification$m={incomingCallNotificationPlaceholderId:"Unknown User",incomingCallNotificationPlaceholderAlert:"{callerName} is calling",incomingCallNoticicationAcceptWithAudioAriaLabel:"Accept with audio",incomingCallNoticicationAcceptWithVideoAriaLabel:"Accept with video",incomingCallNoticicationRejectAriaLabel:"Reject",incomingCallNotificationAcceptButtonLabel:"Accept",incomingCallNotificationRejectButtonLabel:"Decline",incomingCallNotificationAccceptWithVideoButtonLabel:"Accept with Video",incomingCallNotificationDismissButtonAriaLabel:"Dismiss"};var rttDisclosureBanner={bannerTitle:"RTT",bannerContent:"RTT (real-time text) is enabled for all participants for the entire duration of the meeting.",bannerLinkLabel:"Learn more"};var en_US$1 = {participantItem:participantItem$l,ParticipantList:ParticipantList$m,typingIndicator:typingIndicator$l,sendBox:sendBox$l,richTextSendBox:richTextSendBox$l,rttModal:rttModal,mentionPopover:mentionPopover$l,imageOverlay:imageOverlay$l,messageStatusIndicator:messageStatusIndicator$l,endCallButton:endCallButton$l,cameraButton:cameraButton$l,microphoneButton:microphoneButton$l,devicesButton:devicesButton$l,participantsButton:participantsButton$l,screenShareButton:screenShareButton$l,raiseHandButton:raiseHandButton$l,reactionButton:reactionButton$l,rtt:rtt,messageThread:messageThread$l,errorBar:errorBar$l,notificationStack:notificationStack$l,videoGallery:videoGallery$l,dialpad:dialpad$l,holdButton:holdButton$l,videoTile:videoTile$l,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$l,CameraSitePermissionsRequest:CameraSitePermissionsRequest$l,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$l,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$l,CameraSitePermissionsCheck:CameraSitePermissionsCheck$l,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$l,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$l,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$l,CameraSitePermissionsDenied:CameraSitePermissionsDenied$l,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$l,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$l,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$l,UnsupportedBrowser:UnsupportedBrowser$m,UnsupportedBrowserVersion:UnsupportedBrowserVersion$m,UnsupportedOperatingSystem:UnsupportedOperatingSystem$m,BrowserPermissionDenied:BrowserPermissionDenied$l,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$l,verticalGallery:verticalGallery$l,meetingConferencePhoneInfo:meetingConferencePhoneInfo$l,IncomingCallNotification:IncomingCallNotification$m,rttDisclosureBanner:rttDisclosureBanner};
|
6574
6574
|
|
6575
6575
|
// Copyright (c) Microsoft Corporation.
|
6576
6576
|
// Licensed under the MIT License.
|
@@ -7932,7 +7932,9 @@ const DEFAULT_COMPONENT_ICONS = {
|
|
7932
7932
|
ContextualMenuMicMutedIcon: React.createElement(reactIcons.MicOff20Regular, null),
|
7933
7933
|
IncomingCallNotificationRejectIcon: React.createElement(reactIcons.CallEnd20Filled, null),
|
7934
7934
|
IncomingCallNotificationAcceptIcon: React.createElement(reactIcons.Call20Filled, null),
|
7935
|
-
IncomingCallNotificationAcceptWithVideoIcon: React.createElement(reactIcons.Video20Filled, null)
|
7935
|
+
IncomingCallNotificationAcceptWithVideoIcon: React.createElement(reactIcons.Video20Filled, null),
|
7936
|
+
/* @conditional-compile-remove(rtt) */
|
7937
|
+
RTTIcon: React.createElement(reactIcons.SlideTextCall20Regular, null)
|
7936
7938
|
};
|
7937
7939
|
|
7938
7940
|
// Copyright (c) Microsoft Corporation.
|
@@ -9063,7 +9065,7 @@ const _MentionPopover = (props) => {
|
|
9063
9065
|
|
9064
9066
|
// Copyright (c) Microsoft Corporation.
|
9065
9067
|
// Licensed under the MIT License.
|
9066
|
-
var __awaiter$
|
9068
|
+
var __awaiter$N = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
9067
9069
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
9068
9070
|
return new (P || (P = Promise))(function (resolve, reject) {
|
9069
9071
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -9249,7 +9251,7 @@ const TextFieldWithMention = (props) => {
|
|
9249
9251
|
onSuggestionSelected,
|
9250
9252
|
updateMentionSuggestions
|
9251
9253
|
]);
|
9252
|
-
const debouncedQueryUpdate = useDebounce.useDebouncedCallback((query) => __awaiter$
|
9254
|
+
const debouncedQueryUpdate = useDebounce.useDebouncedCallback((query) => __awaiter$N(void 0, void 0, void 0, function* () {
|
9253
9255
|
var _a;
|
9254
9256
|
let suggestions = (_a = (yield (mentionLookupOptions === null || mentionLookupOptions === void 0 ? void 0 : mentionLookupOptions.onQueryUpdated(query)))) !== null && _a !== void 0 ? _a : [];
|
9255
9257
|
suggestions = suggestions.filter((suggestion) => suggestion.displayText.trim() !== '');
|
@@ -9426,7 +9428,7 @@ const TextFieldWithMention = (props) => {
|
|
9426
9428
|
});
|
9427
9429
|
}
|
9428
9430
|
}, [updateSelectionIndexesWithMentionIfNeeded, setSelectionStartValue, setSelectionEndValue]);
|
9429
|
-
const handleOnChange = React.useCallback((_b) => __awaiter$
|
9431
|
+
const handleOnChange = React.useCallback((_b) => __awaiter$N(void 0, [_b], void 0, function* ({ currentSelectionEnd, currentSelectionStart, currentTriggerStartIndex, event, htmlTextValue, inputTextValue, previousSelectionEnd, previousSelectionStart, tagsValue, updatedValue }) {
|
9430
9432
|
var _c;
|
9431
9433
|
debouncedQueryUpdate.cancel();
|
9432
9434
|
if (event.currentTarget === null) {
|
@@ -9978,7 +9980,7 @@ const ATTACHMENT_CARD_MIN_PROGRESS = 0.05;
|
|
9978
9980
|
|
9979
9981
|
// Copyright (c) Microsoft Corporation.
|
9980
9982
|
// Licensed under the MIT License.
|
9981
|
-
var __awaiter$
|
9983
|
+
var __awaiter$M = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
9982
9984
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
9983
9985
|
return new (P || (P = Promise))(function (resolve, reject) {
|
9984
9986
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -10067,7 +10069,7 @@ const MappedMenuItems = (menuActions, attachment, handleOnClickError) => {
|
|
10067
10069
|
React.createElement(reactComponents.MenuTrigger, null,
|
10068
10070
|
React.createElement(reactComponents.ToolbarButton, { "aria-label": localeStrings.attachmentMoreMenu, role: "button", icon: React.createElement(react.Icon, { iconName: "AttachmentMoreMenu" }) }))),
|
10069
10071
|
React.createElement(reactComponents.MenuPopover, null,
|
10070
|
-
React.createElement(reactComponents.MenuList, null, menuActions.map((menuItem, index) => (React.createElement(reactComponents.MenuItem, { "aria-label": menuItem.name, key: index, icon: menuItem.icon, onClick: () => __awaiter$
|
10072
|
+
React.createElement(reactComponents.MenuList, null, menuActions.map((menuItem, index) => (React.createElement(reactComponents.MenuItem, { "aria-label": menuItem.name, key: index, icon: menuItem.icon, onClick: () => __awaiter$M(void 0, void 0, void 0, function* () {
|
10071
10073
|
try {
|
10072
10074
|
yield menuItem.onClick(attachment);
|
10073
10075
|
}
|
@@ -10202,7 +10204,7 @@ const _AttachmentUploadCards = (props) => {
|
|
10202
10204
|
|
10203
10205
|
// Copyright (c) Microsoft Corporation.
|
10204
10206
|
// Licensed under the MIT License.
|
10205
|
-
var __awaiter$
|
10207
|
+
var __awaiter$L = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
10206
10208
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
10207
10209
|
return new (P || (P = Promise))(function (resolve, reject) {
|
10208
10210
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -10251,7 +10253,7 @@ const hasInlineImageContent = (content) => {
|
|
10251
10253
|
*
|
10252
10254
|
* @returns The updated message content.
|
10253
10255
|
*/
|
10254
|
-
const updateStylesOfInlineImages = (message, initialInlineImages) => __awaiter$
|
10256
|
+
const updateStylesOfInlineImages = (message, initialInlineImages) => __awaiter$L(void 0, void 0, void 0, function* () {
|
10255
10257
|
if (message === '') {
|
10256
10258
|
return message;
|
10257
10259
|
}
|
@@ -10343,7 +10345,7 @@ const toAttachmentMetadata = (attachmentsWithProgress) => {
|
|
10343
10345
|
/**
|
10344
10346
|
* @internal
|
10345
10347
|
*/
|
10346
|
-
const modifyInlineImagesInContentString = (content, initialInlineImages, onCompleted) => __awaiter$
|
10348
|
+
const modifyInlineImagesInContentString = (content, initialInlineImages, onCompleted) => __awaiter$L(void 0, void 0, void 0, function* () {
|
10347
10349
|
let newContent = content;
|
10348
10350
|
/* @conditional-compile-remove(rich-text-editor-image-upload) */
|
10349
10351
|
try {
|
@@ -11621,7 +11623,7 @@ const removeSingleLocalBlob = (currentLocalBlobMap, imageId) => {
|
|
11621
11623
|
}
|
11622
11624
|
};
|
11623
11625
|
|
11624
|
-
var __awaiter$
|
11626
|
+
var __awaiter$K = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
11625
11627
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
11626
11628
|
return new (P || (P = Promise))(function (resolve, reject) {
|
11627
11629
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -11676,7 +11678,7 @@ class CopyPastePlugin {
|
|
11676
11678
|
onPluginEvent(event) {
|
11677
11679
|
/* @conditional-compile-remove(rich-text-editor-image-upload) */
|
11678
11680
|
if (event.eventType === PluginEventType.BeforeCutCopy) {
|
11679
|
-
event.clonedRoot.querySelectorAll('img').forEach((image) => __awaiter$
|
11681
|
+
event.clonedRoot.querySelectorAll('img').forEach((image) => __awaiter$K(this, void 0, void 0, function* () {
|
11680
11682
|
if (image.src.startsWith('blob:')) {
|
11681
11683
|
const base64Data = this.imageBase64DataMap[image.id];
|
11682
11684
|
image.src = base64Data || image.src;
|
@@ -12266,7 +12268,7 @@ const RichTextToolbar = (props) => {
|
|
12266
12268
|
}
|
12267
12269
|
};
|
12268
12270
|
}, [strings.richTextToolbarMoreButtonAriaLabel, theme]);
|
12269
|
-
return (React.createElement(react.CommandBar, { items: buttons, "data-testid": 'rich-text-editor-toolbar', styles: richTextToolbarStyle, overflowButtonProps: overflowButtonProps }));
|
12271
|
+
return (React.createElement(react.CommandBar, { items: buttons, "data-testid": 'rich-text-editor-toolbar', styles: richTextToolbarStyle, overflowButtonProps: overflowButtonProps, "aria-label": strings.richTextToolbarAriaLabel }));
|
12270
12272
|
};
|
12271
12273
|
const getCommandBarItem = ({ key, icon, onClick, text, canCheck = true, checked = false, disabled = false, theme, dataTestId }) => {
|
12272
12274
|
return {
|
@@ -12539,6 +12541,7 @@ const RichTextEditor = React.forwardRef((props, ref) => {
|
|
12539
12541
|
onInsertInlineImage } = props;
|
12540
12542
|
const editor = React.useRef(null);
|
12541
12543
|
const editorDiv = React.useRef(null);
|
12544
|
+
const toolbarRef = React.useRef(null);
|
12542
12545
|
const theme = useTheme();
|
12543
12546
|
const [contextMenuProps, setContextMenuProps] = React.useState(null);
|
12544
12547
|
const previousThemeDirection = React.useRef(themeDirection(theme));
|
@@ -12556,6 +12559,17 @@ const RichTextEditor = React.forwardRef((props, ref) => {
|
|
12556
12559
|
// This effect should only run once when the component is unmounted, so we don't need to add any dependencies
|
12557
12560
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
12558
12561
|
}, []);
|
12562
|
+
React.useEffect(() => {
|
12563
|
+
var _a, _b;
|
12564
|
+
if (editor.current) {
|
12565
|
+
if (showRichTextEditorFormatting) {
|
12566
|
+
(_a = toolbarRef.current) === null || _a === void 0 ? void 0 : _a.focus();
|
12567
|
+
}
|
12568
|
+
else {
|
12569
|
+
(_b = editor.current) === null || _b === void 0 ? void 0 : _b.focus();
|
12570
|
+
}
|
12571
|
+
}
|
12572
|
+
}, [showRichTextEditorFormatting]);
|
12559
12573
|
React.useImperativeHandle(ref, () => {
|
12560
12574
|
return {
|
12561
12575
|
focus() {
|
@@ -12826,7 +12840,7 @@ const RichTextEditor = React.forwardRef((props, ref) => {
|
|
12826
12840
|
}
|
12827
12841
|
}, [theme]);
|
12828
12842
|
return (React.createElement("div", { "data-testid": 'rich-text-editor-wrapper' },
|
12829
|
-
showRichTextEditorFormatting && toolbar,
|
12843
|
+
React.createElement("div", { ref: toolbarRef }, showRichTextEditorFormatting && toolbar),
|
12830
12844
|
React.createElement("div", { className: richTextEditorWrapperStyle(theme) },
|
12831
12845
|
React.createElement("div", { id: "richTextSendBox", ref: editorDiv, tabIndex: 0, role: "textbox", "aria-multiline": "true", "data-testid": 'rooster-rich-text-editor', className: richTextEditorStyle(props.styles), "aria-label": placeholderText })),
|
12832
12846
|
contextMenuProps && React.createElement(react.ContextualMenu, Object.assign({}, contextMenuProps, { calloutProps: { isBeakVisible: false } }))));
|
@@ -12923,15 +12937,6 @@ const RichTextInputBoxComponent = (props) => {
|
|
12923
12937
|
const isRichTextEditorToolbarShown = showRichTextEditorFormatting === true;
|
12924
12938
|
return (React.createElement(react.Icon, { iconName: isHover || isRichTextEditorToolbarShown ? 'RichTextEditorButtonIconFilled' : 'RichTextEditorButtonIcon', className: richTextFormatButtonIconStyle(theme, !disabled && (isHover || isRichTextEditorToolbarShown)) }));
|
12925
12939
|
}, [disabled, showRichTextEditorFormatting, theme]);
|
12926
|
-
React.useEffect(() => {
|
12927
|
-
var _a;
|
12928
|
-
if (showRichTextEditorFormatting !== undefined) {
|
12929
|
-
// Focus the editor when toolbar shown/hidden
|
12930
|
-
(_a = editorComponentRef.current) === null || _a === void 0 ? void 0 : _a.focus();
|
12931
|
-
}
|
12932
|
-
// we don't need execute this useEffect if editorComponentRef is changed
|
12933
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
12934
|
-
}, [showRichTextEditorFormatting]);
|
12935
12940
|
const actionButtons = React.useMemo(() => {
|
12936
12941
|
return (React.createElement(react.Stack.Item, { align: "end", className: richTextActionButtonsStackStyle },
|
12937
12942
|
React.createElement(react.Stack, { horizontal: true },
|
@@ -12982,7 +12987,13 @@ const RichTextInputBoxComponent = (props) => {
|
|
12982
12987
|
theme: theme,
|
12983
12988
|
disabled: !!disabled
|
12984
12989
|
}) },
|
12985
|
-
React.createElement(
|
12990
|
+
React.createElement("div", { className: inputBoxContentStackStyle, style: {
|
12991
|
+
display: 'flex',
|
12992
|
+
flexGrow: 1,
|
12993
|
+
flexDirection: useHorizontalLayout ? 'row' : 'column',
|
12994
|
+
justifyContent: useHorizontalLayout ? 'flex-end' : 'space-between',
|
12995
|
+
flexWrap: useHorizontalLayout ? 'wrap' : 'nowrap'
|
12996
|
+
} },
|
12986
12997
|
React.createElement(react.Stack, { grow: true, className: inputBoxRichTextStackStyle },
|
12987
12998
|
React.createElement(react.Stack.Item, { className: inputBoxRichTextStackItemStyle },
|
12988
12999
|
React.createElement(RichTextEditor, { contentModel: contentModel, initialContent: initialContent, placeholderText: placeholderText, onChange: onChange, onKeyDown: onKeyDown, ref: editorComponentRef, strings: strings, showRichTextEditorFormatting: showRichTextEditorFormatting === true, styles: richTextEditorStyle, autoFocus: autoFocus, onContentModelUpdate: onContentModelUpdate,
|
@@ -15307,7 +15318,7 @@ class _ErrorBoundary extends React.Component {
|
|
15307
15318
|
// Copyright (c) Microsoft Corporation.
|
15308
15319
|
// Licensed under the MIT License.
|
15309
15320
|
/* @conditional-compile-remove(rich-text-editor) */
|
15310
|
-
const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-
|
15321
|
+
const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-DveZkfrA.js'); }));
|
15311
15322
|
/**
|
15312
15323
|
* @private
|
15313
15324
|
* Use this function to load RoosterJS dependencies early in the lifecycle.
|
@@ -15315,7 +15326,7 @@ const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve()
|
|
15315
15326
|
*
|
15316
15327
|
* @conditional-compile-remove(rich-text-editor)
|
15317
15328
|
*/
|
15318
|
-
const loadChatMessageComponentAsRichTextEditBox = () => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-
|
15329
|
+
const loadChatMessageComponentAsRichTextEditBox = () => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-DveZkfrA.js'); });
|
15319
15330
|
/**
|
15320
15331
|
* @private
|
15321
15332
|
*/
|
@@ -15334,7 +15345,7 @@ const ChatMessageComponentAsEditBoxPicker = (props) => {
|
|
15334
15345
|
|
15335
15346
|
// Copyright (c) Microsoft Corporation.
|
15336
15347
|
// Licensed under the MIT License.
|
15337
|
-
var __awaiter$
|
15348
|
+
var __awaiter$J = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
15338
15349
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
15339
15350
|
return new (P || (P = Promise))(function (resolve, reject) {
|
15340
15351
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -15390,7 +15401,7 @@ const ChatMyMessageComponent = (props) => {
|
|
15390
15401
|
function (text,
|
15391
15402
|
/* @conditional-compile-remove(file-sharing-acs) */
|
15392
15403
|
attachments) {
|
15393
|
-
return __awaiter$
|
15404
|
+
return __awaiter$J(this, void 0, void 0, function* () {
|
15394
15405
|
/* @conditional-compile-remove(file-sharing-acs) */
|
15395
15406
|
if (`attachments` in message && attachments) {
|
15396
15407
|
message.attachments = attachments;
|
@@ -15787,7 +15798,7 @@ const fluentChatComponent = (props) => {
|
|
15787
15798
|
|
15788
15799
|
// Copyright (c) Microsoft Corporation.
|
15789
15800
|
// Licensed under the MIT License.
|
15790
|
-
var __awaiter$
|
15801
|
+
var __awaiter$I = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
15791
15802
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
15792
15803
|
return new (P || (P = Promise))(function (resolve, reject) {
|
15793
15804
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -15983,7 +15994,7 @@ const MessageThreadWrapper = (props) => {
|
|
15983
15994
|
loadChatMessageComponentAsRichTextEditBox();
|
15984
15995
|
}
|
15985
15996
|
}, [richTextEditorOptions]);
|
15986
|
-
const onDeleteMessageCallback = React.useCallback((messageId) => __awaiter$
|
15997
|
+
const onDeleteMessageCallback = React.useCallback((messageId) => __awaiter$I(void 0, void 0, void 0, function* () {
|
15987
15998
|
if (!onDeleteMessage) {
|
15988
15999
|
return;
|
15989
16000
|
}
|
@@ -16064,7 +16075,7 @@ const MessageThreadWrapper = (props) => {
|
|
16064
16075
|
*/
|
16065
16076
|
const clientHeight = (_a = chatThreadRef.current) === null || _a === void 0 ? void 0 : _a.clientHeight;
|
16066
16077
|
// we try to only send those message status if user is scrolled to the bottom.
|
16067
|
-
const sendMessageStatusIfAtBottom = React.useCallback(() => __awaiter$
|
16078
|
+
const sendMessageStatusIfAtBottom = React.useCallback(() => __awaiter$I(void 0, void 0, void 0, function* () {
|
16068
16079
|
if (!isAtBottomOfScrollRef.current ||
|
16069
16080
|
!document.hasFocus() ||
|
16070
16081
|
!messagesRef.current ||
|
@@ -16115,7 +16126,7 @@ const MessageThreadWrapper = (props) => {
|
|
16115
16126
|
setIsAtBottomOfScrollRef(atBottom);
|
16116
16127
|
}, [scrollToBottom, sendMessageStatusIfAtBottom]);
|
16117
16128
|
// Infinite scrolling + threadInitialize function
|
16118
|
-
const fetchNewMessageWhenAtTop = React.useCallback(() => __awaiter$
|
16129
|
+
const fetchNewMessageWhenAtTop = React.useCallback(() => __awaiter$I(void 0, void 0, void 0, function* () {
|
16119
16130
|
if (!isLoadingChatMessagesRef.current) {
|
16120
16131
|
if (onLoadPreviousChatMessages) {
|
16121
16132
|
isLoadingChatMessagesRef.current = true;
|
@@ -16355,20 +16366,6 @@ const reconnectingContainer = () => react.mergeStyles({
|
|
16355
16366
|
justifyContent: 'center',
|
16356
16367
|
alignItems: 'center'
|
16357
16368
|
});
|
16358
|
-
/**
|
16359
|
-
* @private
|
16360
|
-
*/
|
16361
|
-
const reconnectingText = (theme) => react.mergeStyles({
|
16362
|
-
// Position centrally on top of content. Parent must have position: relative.
|
16363
|
-
height: '3rem',
|
16364
|
-
lineHeight: '3rem',
|
16365
|
-
justifyContent: 'center',
|
16366
|
-
alignItems: 'center',
|
16367
|
-
// DarkTheme check is done cause the text color should be light in both dark and light themes
|
16368
|
-
// due to background overlay being dark in both themes.
|
16369
|
-
color: isDarkThemed(theme) ? theme.palette.themeDarker : theme.palette.neutralLighter,
|
16370
|
-
fontSize: theme.fonts.large.fontSize
|
16371
|
-
});
|
16372
16369
|
/**
|
16373
16370
|
* @private
|
16374
16371
|
*/
|
@@ -16384,6 +16381,12 @@ const loadSpinnerStyles$1 = {
|
|
16384
16381
|
borderWidth: '0.25em'
|
16385
16382
|
}
|
16386
16383
|
};
|
16384
|
+
/**
|
16385
|
+
* @private
|
16386
|
+
*/
|
16387
|
+
const reconnectSpinnerStyles = () => (Object.assign(Object.assign({}, loadSpinnerStyles$1), { label: {
|
16388
|
+
color: 'white'
|
16389
|
+
}, circle: Object.assign(Object.assign({}, loadSpinnerStyles$1.circle), { maxHeight: '2rem', borderWidth: 'unset' }) }));
|
16387
16390
|
/**
|
16388
16391
|
* @private
|
16389
16392
|
*/
|
@@ -16427,6 +16430,8 @@ const invertedVideoInPipStyle = (theme) => react.mergeStyles(mediaContainer(them
|
|
16427
16430
|
const StreamMedia = (props) => {
|
16428
16431
|
const containerEl = React.useRef(null);
|
16429
16432
|
const theme = useTheme();
|
16433
|
+
/* @conditional-compile-remove(remote-ufd) */
|
16434
|
+
const reconnectingText = useLocale$1().strings.videoTile.participantReconnecting || 'Reconnecting...';
|
16430
16435
|
const { isMirrored, videoStreamElement, styles, loadingState = 'none' } = props;
|
16431
16436
|
const [pipEnabled, setPipEnabled] = React.useState(false);
|
16432
16437
|
React.useEffect(() => {
|
@@ -16457,8 +16462,9 @@ const StreamMedia = (props) => {
|
|
16457
16462
|
React.createElement("div", { "data-ui-id": "stream-media-container", className: react.mergeStyles(isMirrored && pipEnabled ? invertedVideoInPipStyle(theme) : mediaContainer(theme), styles === null || styles === void 0 ? void 0 : styles.root), ref: containerEl }),
|
16458
16463
|
loadingState === 'loading' && (React.createElement("div", { className: loadingSpinnerContainer() },
|
16459
16464
|
React.createElement(react.Spinner, { "data-ui-id": "stream-media-loading-spinner", styles: loadSpinnerStyles$1 }))),
|
16460
|
-
|
16461
|
-
|
16465
|
+
/* @conditional-compile-remove(remote-ufd) */
|
16466
|
+
loadingState === 'reconnecting' && (React.createElement(react.Stack, { className: reconnectingContainer() },
|
16467
|
+
React.createElement(react.Spinner, { "data-ui-id": "stream-media-loading-spinner", styles: reconnectSpinnerStyles(), label: reconnectingText })))));
|
16462
16468
|
};
|
16463
16469
|
|
16464
16470
|
// Copyright (c) Microsoft Corporation.
|
@@ -19216,7 +19222,7 @@ const localVideoTileContainerStyles = {
|
|
19216
19222
|
|
19217
19223
|
// Copyright (c) Microsoft Corporation.
|
19218
19224
|
// Licensed under the MIT License.
|
19219
|
-
var __awaiter$
|
19225
|
+
var __awaiter$H = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
19220
19226
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
19221
19227
|
return new (P || (P = Promise))(function (resolve, reject) {
|
19222
19228
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -19233,7 +19239,7 @@ const LocalVideoCameraCycleButton = (props) => {
|
|
19233
19239
|
const { cameras, selectedCamera, onSelectCamera, label, ariaDescription, size } = props;
|
19234
19240
|
const theme = react.useTheme();
|
19235
19241
|
const [waitForCamera, setWaitForCamera] = React.useState(false);
|
19236
|
-
const onChangeCameraClick = React.useCallback((device) => __awaiter$
|
19242
|
+
const onChangeCameraClick = React.useCallback((device) => __awaiter$H(void 0, void 0, void 0, function* () {
|
19237
19243
|
// Throttle changing camera to prevent too many callbacks
|
19238
19244
|
if (onSelectCamera) {
|
19239
19245
|
setWaitForCamera(true);
|
@@ -21990,7 +21996,7 @@ const DevicesButton = (props) => {
|
|
21990
21996
|
|
21991
21997
|
// Copyright (c) Microsoft Corporation.
|
21992
21998
|
// Licensed under the MIT License.
|
21993
|
-
var __awaiter$
|
21999
|
+
var __awaiter$G = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
21994
22000
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
21995
22001
|
return new (P || (P = Promise))(function (resolve, reject) {
|
21996
22002
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -22028,7 +22034,7 @@ const CameraButton = (props) => {
|
|
22028
22034
|
const toggleAnnouncerString = React.useCallback((isCameraOn) => {
|
22029
22035
|
setAnnouncerString(!isCameraOn ? strings.cameraActionTurnedOffAnnouncement : strings.cameraActionTurnedOnAnnouncement);
|
22030
22036
|
}, [strings.cameraActionTurnedOffAnnouncement, strings.cameraActionTurnedOnAnnouncement]);
|
22031
|
-
const onToggleClick = React.useCallback(() => __awaiter$
|
22037
|
+
const onToggleClick = React.useCallback(() => __awaiter$G(void 0, void 0, void 0, function* () {
|
22032
22038
|
// Throttle click on camera, need to await onToggleCamera then allow another click
|
22033
22039
|
if (onToggleCamera) {
|
22034
22040
|
setWaitForCamera(true);
|
@@ -22042,7 +22048,7 @@ const CameraButton = (props) => {
|
|
22042
22048
|
}
|
22043
22049
|
}
|
22044
22050
|
}), [cameraOn, localVideoViewOptions, onToggleCamera, toggleAnnouncerString]);
|
22045
|
-
const onChangeCameraClick = React.useCallback((device) => __awaiter$
|
22051
|
+
const onChangeCameraClick = React.useCallback((device) => __awaiter$G(void 0, void 0, void 0, function* () {
|
22046
22052
|
// Throttle changing camera to prevent too many callbacks
|
22047
22053
|
if (onSelectCamera) {
|
22048
22054
|
setWaitForCamera(true);
|
@@ -22257,7 +22263,7 @@ const menupButtonPadding = {
|
|
22257
22263
|
|
22258
22264
|
// Copyright (c) Microsoft Corporation.
|
22259
22265
|
// Licensed under the MIT License.
|
22260
|
-
var __awaiter$
|
22266
|
+
var __awaiter$F = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
22261
22267
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
22262
22268
|
return new (P || (P = Promise))(function (resolve, reject) {
|
22263
22269
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -22298,7 +22304,7 @@ const MicrophoneButton = (props) => {
|
|
22298
22304
|
const toggleAnnouncerString = React.useCallback((isMicOn) => {
|
22299
22305
|
setAnnouncerString(!isMicOn ? strings.microphoneActionTurnedOffAnnouncement : strings.microphoneActionTurnedOnAnnouncement);
|
22300
22306
|
}, [strings.microphoneActionTurnedOffAnnouncement, strings.microphoneActionTurnedOnAnnouncement]);
|
22301
|
-
const onToggleClick = React.useCallback(() => __awaiter$
|
22307
|
+
const onToggleClick = React.useCallback(() => __awaiter$F(void 0, void 0, void 0, function* () {
|
22302
22308
|
if (onToggleMicrophone) {
|
22303
22309
|
try {
|
22304
22310
|
yield onToggleMicrophone();
|
@@ -22324,7 +22330,7 @@ const MicrophoneButton = (props) => {
|
|
22324
22330
|
splitButtonMenuItems.push({
|
22325
22331
|
key: 'microphoneDNSToggle',
|
22326
22332
|
onRender: () => {
|
22327
|
-
return (React.createElement(react.Stack, { onClick: () => __awaiter$
|
22333
|
+
return (React.createElement(react.Stack, { onClick: () => __awaiter$F(void 0, void 0, void 0, function* () {
|
22328
22334
|
var _a;
|
22329
22335
|
yield ((_a = props.onClickNoiseSuppression) === null || _a === void 0 ? void 0 : _a.call(props));
|
22330
22336
|
setAnnouncerString(props.isDeepNoiseSuppressionOn
|
@@ -23186,7 +23192,7 @@ const dtmfFrequencies = {
|
|
23186
23192
|
|
23187
23193
|
// Copyright (c) Microsoft Corporation.
|
23188
23194
|
// Licensed under the MIT License.
|
23189
|
-
var __awaiter$
|
23195
|
+
var __awaiter$E = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
23190
23196
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
23191
23197
|
return new (P || (P = Promise))(function (resolve, reject) {
|
23192
23198
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -23230,10 +23236,10 @@ const DialpadButton = (props) => {
|
|
23230
23236
|
const [buttonPressed, setButtonPressed] = React.useState(false);
|
23231
23237
|
const dtmfToneSound = React.useRef(new Tone(dtmfToneAudioContext, dtmfFrequencies[digit].f1, dtmfFrequencies[digit].f2));
|
23232
23238
|
const useLongPressProps = React.useMemo(() => ({
|
23233
|
-
onClick: () => __awaiter$
|
23239
|
+
onClick: () => __awaiter$E(void 0, void 0, void 0, function* () {
|
23234
23240
|
onClick(digit, index);
|
23235
23241
|
}),
|
23236
|
-
onLongPress: () => __awaiter$
|
23242
|
+
onLongPress: () => __awaiter$E(void 0, void 0, void 0, function* () {
|
23237
23243
|
onLongPress(digit, index);
|
23238
23244
|
}),
|
23239
23245
|
touchEventsOnly: longPressTrigger === 'touch'
|
@@ -24097,6 +24103,32 @@ const displayNameClassName = react.mergeStyles({
|
|
24097
24103
|
fontSize: _pxToRem(12),
|
24098
24104
|
lineHeight: _pxToRem(16)
|
24099
24105
|
});
|
24106
|
+
/* @conditional-compile-remove(rtt) */
|
24107
|
+
/**
|
24108
|
+
* @private
|
24109
|
+
*/
|
24110
|
+
const isTypingClassName = (theme) => {
|
24111
|
+
return react.mergeStyles({
|
24112
|
+
backgroundColor: theme.palette.themeLighter,
|
24113
|
+
color: theme.palette.themeDarker,
|
24114
|
+
borderRadius: _pxToRem(4),
|
24115
|
+
marginLeft: _pxToRem(4),
|
24116
|
+
fontWeight: 400,
|
24117
|
+
paddingLeft: _pxToRem(4),
|
24118
|
+
paddingRight: _pxToRem(4),
|
24119
|
+
fontSize: _pxToRem(11),
|
24120
|
+
lineHeight: _pxToRem(16)
|
24121
|
+
});
|
24122
|
+
};
|
24123
|
+
/* @conditional-compile-remove(rtt) */
|
24124
|
+
/**
|
24125
|
+
* @private
|
24126
|
+
*/
|
24127
|
+
const rttContainerClassName = (theme, isTyping) => {
|
24128
|
+
return react.mergeStyles({
|
24129
|
+
borderLeft: isTyping ? `2px solid ${theme.palette.themeLighter}` : 'none'
|
24130
|
+
});
|
24131
|
+
};
|
24100
24132
|
/**
|
24101
24133
|
* @private
|
24102
24134
|
*/
|
@@ -24401,7 +24433,7 @@ const _spokenLanguageToCaptionLanguage = {
|
|
24401
24433
|
|
24402
24434
|
// Copyright (c) Microsoft Corporation.
|
24403
24435
|
// Licensed under the MIT License.
|
24404
|
-
var __awaiter$
|
24436
|
+
var __awaiter$D = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
24405
24437
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
24406
24438
|
return new (P || (P = Promise))(function (resolve, reject) {
|
24407
24439
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -24440,7 +24472,7 @@ const _CaptionsSettingsModal = (props) => {
|
|
24440
24472
|
onDismissCaptionsSettings();
|
24441
24473
|
}
|
24442
24474
|
}, [onDismissCaptionsSettings]);
|
24443
|
-
const onConfirm = React.useCallback(() => __awaiter$
|
24475
|
+
const onConfirm = React.useCallback(() => __awaiter$D(void 0, void 0, void 0, function* () {
|
24444
24476
|
const spokenLanguageCode = selectedSpokenLanguage.key;
|
24445
24477
|
const captionLanguageCode = selectedCaptionLanguage.key;
|
24446
24478
|
if (isCaptionsFeatureActive) {
|
@@ -24537,6 +24569,49 @@ const _CaptionsSettingsModal = (props) => {
|
|
24537
24569
|
React.createElement("span", null, strings === null || strings === void 0 ? void 0 : strings.captionsSettingsCancelButtonLabel))))));
|
24538
24570
|
};
|
24539
24571
|
|
24572
|
+
var __awaiter$C = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
24573
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
24574
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
24575
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
24576
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
24577
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
24578
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
24579
|
+
});
|
24580
|
+
};
|
24581
|
+
/* @conditional-compile-remove(rtt) */
|
24582
|
+
/**
|
24583
|
+
* @beta
|
24584
|
+
* a component for rtt modal
|
24585
|
+
*/
|
24586
|
+
const RTTModal = (props) => {
|
24587
|
+
const { showModal, onDismissModal, onStartRTT } = props;
|
24588
|
+
const localeStrings = useLocale$1().strings.rttModal;
|
24589
|
+
const strings = Object.assign(Object.assign({}, localeStrings), props.strings);
|
24590
|
+
const theme = react.useTheme();
|
24591
|
+
const onDismiss = React.useCallback(() => {
|
24592
|
+
if (onDismissModal) {
|
24593
|
+
onDismissModal();
|
24594
|
+
}
|
24595
|
+
}, [onDismissModal]);
|
24596
|
+
const onConfirm = React.useCallback(() => __awaiter$C(void 0, void 0, void 0, function* () {
|
24597
|
+
if (onStartRTT) {
|
24598
|
+
yield onStartRTT();
|
24599
|
+
}
|
24600
|
+
onDismiss();
|
24601
|
+
}), [onDismiss, onStartRTT]);
|
24602
|
+
const RTTModalStyle = React.useMemo(() => themedCaptionsSettingsModalStyle(theme), [theme]);
|
24603
|
+
return (React.createElement(React.Fragment, null, React.createElement(react.Modal, { titleAriaId: strings === null || strings === void 0 ? void 0 : strings.rttModalAriaLabel, isOpen: showModal, onDismiss: onDismiss, isBlocking: true, styles: RTTModalStyle },
|
24604
|
+
React.createElement(react.Stack, { horizontal: true, horizontalAlign: "space-between", verticalAlign: "center", className: titleContainerClassName$2 },
|
24605
|
+
React.createElement(react.Text, { className: titleClassName$2 }, strings === null || strings === void 0 ? void 0 : strings.rttModalTitle),
|
24606
|
+
React.createElement(react.IconButton, { iconProps: { iconName: 'Cancel' }, ariaLabel: strings === null || strings === void 0 ? void 0 : strings.rttCloseModalButtonAriaLabel, onClick: onDismiss, style: { color: theme.palette.black } })),
|
24607
|
+
React.createElement(react.Text, null, strings === null || strings === void 0 ? void 0 : strings.rttModalText),
|
24608
|
+
React.createElement(react.Stack, { horizontal: true, horizontalAlign: "end", className: buttonsContainerClassName },
|
24609
|
+
React.createElement(react.PrimaryButton, { styles: buttonStyles(theme), onClick: onConfirm },
|
24610
|
+
React.createElement("span", null, strings === null || strings === void 0 ? void 0 : strings.rttConfirmButtonLabel)),
|
24611
|
+
React.createElement(react.DefaultButton, { onClick: onDismiss, styles: buttonStyles(theme) },
|
24612
|
+
React.createElement("span", null, strings === null || strings === void 0 ? void 0 : strings.rttCancelButtonLabel))))));
|
24613
|
+
};
|
24614
|
+
|
24540
24615
|
// Copyright (c) Microsoft Corporation.
|
24541
24616
|
// Licensed under the MIT License.
|
24542
24617
|
/**
|
@@ -24724,31 +24799,38 @@ const formatMeetingId = (meetingId) => {
|
|
24724
24799
|
/**
|
24725
24800
|
* @private
|
24726
24801
|
*/
|
24727
|
-
const
|
24728
|
-
|
24729
|
-
|
24730
|
-
|
24731
|
-
|
24802
|
+
const messageTextStyles = (theme) => ({
|
24803
|
+
root: {
|
24804
|
+
fontWeight: 400,
|
24805
|
+
fontSize: _pxToRem(14),
|
24806
|
+
lineHeight: _pxToRem(16),
|
24807
|
+
color: theme.palette.neutralSecondary,
|
24808
|
+
marginTop: '0.25rem'
|
24809
|
+
}
|
24732
24810
|
});
|
24733
24811
|
/**
|
24734
24812
|
* @private
|
24735
24813
|
*/
|
24736
|
-
const
|
24737
|
-
|
24738
|
-
|
24739
|
-
|
24740
|
-
|
24814
|
+
const titleTextStyles = () => ({
|
24815
|
+
root: {
|
24816
|
+
fontWeight: 400,
|
24817
|
+
fontSize: _pxToRem(14),
|
24818
|
+
lineHeight: _pxToRem(16),
|
24819
|
+
alignSelf: 'center'
|
24820
|
+
}
|
24741
24821
|
});
|
24742
24822
|
/**
|
24743
24823
|
* @private
|
24744
24824
|
*/
|
24745
|
-
const containerStyles$3 = (theme) =>
|
24746
|
-
|
24747
|
-
|
24748
|
-
|
24749
|
-
|
24750
|
-
|
24751
|
-
|
24825
|
+
const containerStyles$3 = (theme) => ({
|
24826
|
+
root: {
|
24827
|
+
boxShadow: theme.effects.elevation8,
|
24828
|
+
width: '20rem',
|
24829
|
+
padding: '0.75rem',
|
24830
|
+
borderRadius: '0.25rem',
|
24831
|
+
position: 'relative',
|
24832
|
+
backgroundColor: theme.palette.white
|
24833
|
+
}
|
24752
24834
|
});
|
24753
24835
|
/**
|
24754
24836
|
* @private
|
@@ -24763,13 +24845,25 @@ const hiddenContainerStyles = (theme) => react.mergeStyles({
|
|
24763
24845
|
/**
|
24764
24846
|
* @private
|
24765
24847
|
*/
|
24766
|
-
const
|
24767
|
-
|
24768
|
-
|
24769
|
-
|
24770
|
-
|
24771
|
-
|
24772
|
-
|
24848
|
+
const notificationIconStyles = () => ({
|
24849
|
+
root: {
|
24850
|
+
fontSize: '1.25rem',
|
24851
|
+
alignSelf: 'center',
|
24852
|
+
marginRight: '0.5rem',
|
24853
|
+
svg: {
|
24854
|
+
width: '1.25rem',
|
24855
|
+
height: '1.25rem'
|
24856
|
+
}
|
24857
|
+
}
|
24858
|
+
});
|
24859
|
+
/**
|
24860
|
+
* @private
|
24861
|
+
*/
|
24862
|
+
const notificationLinkStyles = (theme) => ({
|
24863
|
+
root: {
|
24864
|
+
color: theme.palette.themePrimary,
|
24865
|
+
fontWeight: '600',
|
24866
|
+
paddingLeft: '0.25rem'
|
24773
24867
|
}
|
24774
24868
|
});
|
24775
24869
|
|
@@ -24781,7 +24875,7 @@ const notificationIconClassName = react.mergeStyles({
|
|
24781
24875
|
* @public
|
24782
24876
|
*/
|
24783
24877
|
const Notification = (props) => {
|
24784
|
-
var _a, _b;
|
24878
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
24785
24879
|
const strings = props.notificationStrings;
|
24786
24880
|
const theme = react.useTheme();
|
24787
24881
|
const [show, setShow] = React.useState(true);
|
@@ -24796,16 +24890,20 @@ const Notification = (props) => {
|
|
24796
24890
|
}
|
24797
24891
|
}
|
24798
24892
|
return (React.createElement(react.Stack, { horizontalAlign: "center" },
|
24799
|
-
React.createElement(react.Stack, { "data-ui-id": "notification-bar",
|
24893
|
+
React.createElement(react.Stack, { "data-ui-id": "notification-bar", styles: (_b = (_a = props.styles) === null || _a === void 0 ? void 0 : _a.root) !== null && _b !== void 0 ? _b : containerStyles$3(theme) },
|
24800
24894
|
React.createElement(react.Stack, { horizontal: true, horizontalAlign: "space-between" },
|
24801
24895
|
React.createElement(react.Stack, { horizontal: true },
|
24802
|
-
React.createElement(react.Icon, Object.assign({
|
24803
|
-
React.createElement(react.Text, {
|
24804
|
-
React.createElement(react.IconButton, { iconProps: cancelIcon, ariaLabel: strings === null || strings === void 0 ? void 0 : strings.dismissButtonAriaLabel, "aria-live": 'polite', onClick: props.onDismiss })),
|
24805
|
-
React.createElement(
|
24896
|
+
React.createElement(react.Icon, Object.assign({ styles: (_d = (_c = props.styles) === null || _c === void 0 ? void 0 : _c.icon) !== null && _d !== void 0 ? _d : notificationIconStyles(), iconName: (_f = (_e = props.notificationIconProps) === null || _e === void 0 ? void 0 : _e.iconName) !== null && _f !== void 0 ? _f : 'ErrorBadge' }, props.notificationIconProps)),
|
24897
|
+
React.createElement(react.Text, { styles: (_h = (_g = props.styles) === null || _g === void 0 ? void 0 : _g.title) !== null && _h !== void 0 ? _h : titleTextStyles() }, strings === null || strings === void 0 ? void 0 : strings.title)),
|
24898
|
+
props.onDismiss && (React.createElement(react.IconButton, { iconProps: cancelIcon, ariaLabel: strings === null || strings === void 0 ? void 0 : strings.dismissButtonAriaLabel, "aria-live": 'polite', onClick: props.onDismiss }))),
|
24899
|
+
React.createElement("span", null,
|
24900
|
+
React.createElement(react.Text, { styles: (_k = (_j = props.styles) === null || _j === void 0 ? void 0 : _j.content) !== null && _k !== void 0 ? _k : messageTextStyles(theme) },
|
24901
|
+
" ", strings === null || strings === void 0 ? void 0 :
|
24902
|
+
strings.message),
|
24903
|
+
props.onClickLink && (strings === null || strings === void 0 ? void 0 : strings.linkLabel) && (React.createElement(react.Link, { styles: (_m = (_l = props.styles) === null || _l === void 0 ? void 0 : _l.link) !== null && _m !== void 0 ? _m : notificationLinkStyles(theme), onClick: props.onClickLink }, strings === null || strings === void 0 ? void 0 : strings.linkLabel))),
|
24806
24904
|
React.createElement(react.Stack, { horizontal: true, horizontalAlign: "space-evenly" },
|
24807
|
-
(strings === null || strings === void 0 ? void 0 : strings.secondaryButtonLabel) && (React.createElement(react.DefaultButton, { onClick: props.onClickSecondaryButton,
|
24808
|
-
(strings === null || strings === void 0 ? void 0 : strings.primaryButtonLabel) && (React.createElement(react.PrimaryButton, { onClick: props.onClickPrimaryButton,
|
24905
|
+
(strings === null || strings === void 0 ? void 0 : strings.secondaryButtonLabel) && (React.createElement(react.DefaultButton, { onClick: props.onClickSecondaryButton, styles: (_p = (_o = props.styles) === null || _o === void 0 ? void 0 : _o.secondaryButton) !== null && _p !== void 0 ? _p : { root: { marginTop: '1rem' } } }, strings === null || strings === void 0 ? void 0 : strings.secondaryButtonLabel)),
|
24906
|
+
(strings === null || strings === void 0 ? void 0 : strings.primaryButtonLabel) && (React.createElement(react.PrimaryButton, { onClick: props.onClickPrimaryButton, styles: (_r = (_q = props.styles) === null || _q === void 0 ? void 0 : _q.primaryButton) !== null && _r !== void 0 ? _r : { root: { marginTop: '1rem' } } }, strings === null || strings === void 0 ? void 0 : strings.primaryButtonLabel)))),
|
24809
24907
|
props.showStackedEffect && React.createElement(react.Stack, { className: hiddenContainerStyles(theme) })));
|
24810
24908
|
};
|
24811
24909
|
|
@@ -24987,6 +25085,78 @@ const IncomingCallStack = (props) => {
|
|
24987
25085
|
})));
|
24988
25086
|
};
|
24989
25087
|
|
25088
|
+
// Copyright (c) Microsoft Corporation.
|
25089
|
+
// Licensed under the MIT License.
|
25090
|
+
/* @conditional-compile-remove(rtt) */
|
25091
|
+
/**
|
25092
|
+
* @private
|
25093
|
+
*/
|
25094
|
+
const rttContainerStyles = (theme) => ({
|
25095
|
+
root: {
|
25096
|
+
boxShadow: theme.effects.elevation8,
|
25097
|
+
width: 'fit-content',
|
25098
|
+
padding: '0.75rem',
|
25099
|
+
borderRadius: '0.25rem',
|
25100
|
+
position: 'relative',
|
25101
|
+
backgroundColor: theme.palette.white
|
25102
|
+
}
|
25103
|
+
});
|
25104
|
+
|
25105
|
+
// Copyright (c) Microsoft Corporation.
|
25106
|
+
// Licensed under the MIT License.
|
25107
|
+
/* @conditional-compile-remove(rtt) */
|
25108
|
+
/* @conditional-compile-remove(rtt) */
|
25109
|
+
/**
|
25110
|
+
* @beta
|
25111
|
+
* Banner to disclose that RTT is enabled for all participants for the entire duration of the meeting.
|
25112
|
+
*/
|
25113
|
+
const RTTDisclosureBanner = (props) => {
|
25114
|
+
const localeStrings = useLocale$1().strings.rttDisclosureBanner;
|
25115
|
+
const strings = Object.assign(Object.assign({}, localeStrings), props.strings);
|
25116
|
+
const theme = react.useTheme();
|
25117
|
+
return (React.createElement(Notification, { notificationStrings: {
|
25118
|
+
title: strings.bannerTitle,
|
25119
|
+
message: strings.bannerContent,
|
25120
|
+
linkLabel: strings.bannerLinkLabel
|
25121
|
+
}, notificationIconProps: { iconName: 'RTTIcon' }, onClickLink: props.onClickLink, styles: { root: rttContainerStyles(theme) } }));
|
25122
|
+
};
|
25123
|
+
|
25124
|
+
// Copyright (c) Microsoft Corporation.
|
25125
|
+
// Licensed under the MIT License.
|
25126
|
+
/* @conditional-compile-remove(rtt) */
|
25127
|
+
/* @conditional-compile-remove(rtt) */
|
25128
|
+
/**
|
25129
|
+
* @beta
|
25130
|
+
* A component for displaying a single line of RealTimeText
|
25131
|
+
*/
|
25132
|
+
const RealTimeText = (props) => {
|
25133
|
+
const { displayName, userId, captionText, onRenderAvatar, isTyping } = props;
|
25134
|
+
const theme = react.useTheme();
|
25135
|
+
const localeStrings = useLocale$1().strings.rtt;
|
25136
|
+
const strings = Object.assign(Object.assign({}, localeStrings), props.strings);
|
25137
|
+
const personaOptions = {
|
25138
|
+
hidePersonaDetails: true,
|
25139
|
+
size: react.PersonaSize.size32,
|
25140
|
+
text: displayName,
|
25141
|
+
showOverflowTooltip: false,
|
25142
|
+
imageShouldStartVisible: true,
|
25143
|
+
initialsTextColor: 'white',
|
25144
|
+
styles: {
|
25145
|
+
root: {
|
25146
|
+
margin: '0.25rem'
|
25147
|
+
}
|
25148
|
+
}
|
25149
|
+
};
|
25150
|
+
const userIcon = onRenderAvatar ? onRenderAvatar(userId !== null && userId !== void 0 ? userId : '', personaOptions) : React.createElement(react.Persona, Object.assign({}, personaOptions));
|
25151
|
+
return (React.createElement(react.Stack, { horizontal: true, verticalAlign: "start", horizontalAlign: "start", className: rttContainerClassName(theme, isTyping !== null && isTyping !== void 0 ? isTyping : false) },
|
25152
|
+
React.createElement(react.Stack.Item, { className: iconClassName }, userIcon),
|
25153
|
+
React.createElement(react.Stack, { verticalAlign: "start", className: captionsContentContainerClassName },
|
25154
|
+
React.createElement(react.Stack, { className: displayNameContainerClassName, horizontal: true },
|
25155
|
+
React.createElement(react.Text, { className: displayNameClassName }, displayName),
|
25156
|
+
isTyping && React.createElement(react.Text, { className: isTypingClassName(theme) }, strings === null || strings === void 0 ? void 0 : strings.isTypingText)),
|
25157
|
+
React.createElement(react.Stack.Item, { className: captionClassName, dir: "auto" }, captionText))));
|
25158
|
+
};
|
25159
|
+
|
24990
25160
|
// Copyright (c) Microsoft Corporation.
|
24991
25161
|
// Licensed under the MIT License.
|
24992
25162
|
/**
|
@@ -28835,7 +29005,7 @@ const isChatError = (e) => {
|
|
28835
29005
|
return 'target' in e && e['target'] !== undefined && 'innerError' in e && e['innerError'] !== undefined;
|
28836
29006
|
};
|
28837
29007
|
|
28838
|
-
var call$l={cameraLabel:"Camera",noCamerasLabel:"No cameras found",cameraPermissionDenied:"Your browser is blocking access to your camera",cameraTurnedOff:"Your camera is turned off",chatButtonLabel:"Chat",close:"Close",complianceBannerNowOnlyRecording:"You are now only recording this meeting.",complianceBannerNowOnlyTranscription:"You are now only transcribing this meeting.",complianceBannerRecordingAndTranscriptionSaved:"Recording and transcription are being saved.",complianceBannerRecordingAndTranscriptionStarted:"Recording and transcription have started.",complianceBannerRecordingAndTranscriptionStopped:"Recording and transcription have stopped.",complianceBannerRecordingSaving:"Recording is being saved.",complianceBannerRecordingStarted:"Recording has started.",complianceBannerRecordingStopped:"Recording has stopped.",complianceBannerTranscriptionStarted:"Transcription has started.",complianceBannerTranscriptionConsent:"By joining, you are giving consent for this meeting to be transcribed.",complianceBannerTranscriptionSaving:"Transcription is being saved.",complianceBannerTranscriptionStopped:"Transcription has stopped.",configurationPageTitle:"Start a call",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkButtonActionedLabel:"Link copied",copyInviteLinkActionedAriaLabel:"Invite link copied",defaultPlaceHolder:"Select an option",dismissSidePaneButtonLabel:"Close",videoEffectsPaneTitle:"Effects",videoEffectsPaneBackgroundSelectionTitle:"Background",videoEffectsPaneAriaLabel:"Video effects pane",configurationPageVideoEffectsButtonLabel:"Effects",unableToStartVideoEffect:"Unable to apply video effect.",blurBackgroundEffectButtonLabel:"Blur",blurBackgroundTooltip:"Blur Background",removeBackgroundEffectButtonLabel:"None",removeBackgroundTooltip:"Remove Background",cameraOffBackgroundEffectWarningText:"Your camera is off. Turn on camera to see video effect.",failedToJoinCallDueToNoNetworkMoreDetails:"Call was disconnected due to a network issue. Check your connection and join again.",failedToJoinCallDueToNoNetworkTitle:"Call disconnected",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"You were not granted entry in the call. If this was a mistake, re-join the call.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Dismissed from lobby",learnMore:"Learn more",leavingCallTitle:"Leaving...",leftCallMoreDetails:"If this was a mistake, re-join the call.",leftCallTitle:"You left the call",lobbyScreenConnectingToCallTitle:"Joining call",lobbyScreenWaitingToBeAdmittedTitle:"Waiting to be admitted",microphonePermissionDenied:"Your browser is blocking access to your microphone",microphoneToggleInLobbyNotAllowed:"Cannot mute or unmute while in lobby.",mutedMessage:"You're muted",networkReconnectMoreDetails:"Looks like something went wrong. We're trying to get back into the call.",networkReconnectTitle:"Hold on",notInvitedToRoomDetails:"You are not able to join this room because you do not have an invite.",notInvitedToRoomTitle:"Not invited to room",peopleButtonLabel:"People",selectedPeopleButtonLabel:"People Button Selected",peoplePaneTitle:"People",peoplePaneMoreButtonAriaLabel:"More",peopleButtonTooltipOpen:"Show participants",peopleButtonTooltipClose:"Hide participants",peoplePaneSubTitle:"In this call {numberOfPeople}",privacyPolicy:"Privacy policy",rejoinCallButtonLabel:"Re-join call",removedFromCallMoreDetails:"Another participant removed you from the call.",removedFromCallTitle:"You were removed",removeMenuLabel:"Remove",startSpotlightMenuLabel:"Spotlight for everyone",addSpotlightMenuLabel:"Add spotlight",stopSpotlightMenuLabel:"Stop spotlighting",stopSpotlightOnSelfMenuLabel:"Exit spotlight",spotlightLimitReachedMenuTitle:"Spotlight limit reached",stopAllSpotlightMenuLabel:"Stop all spotlights",returnToCallButtonAriaDescription:"Return to Call",returnToCallButtonAriaLabel:"Back",roomNotFoundDetails:"The room ID provided could not be found.",roomNotFoundTitle:"Room not found",roomNotValidDetails:"This room is not valid at this current time.",roomNotValidTitle:"Room not valid",inviteToRoomRemovedDetails:"Your invite to join this room was removed.",inviteToRoomRemovedTitle:"Invite to room removed",soundLabel:"Sound",noMicrophonesLabel:"No microphones found",noSpeakersLabel:"No speakers found",startCallButtonLabel:"Start call",openDialpadButtonLabel:"Dial phone number",peoplePaneAddPeopleButtonLabel:"Add People",dialpadStartCallButtonLabel:"Call",dialpadModalTitle:"Dial Phone Number",dialpadModalAriaLabel:"Dialpad",dialpadCloseModalButtonAriaLabel:"Close dialpad",moreButtonCallingLabel:"More",resumeCallButtonLabel:"Resume",resumingCallButtonLabel:"Resuming...",resumeCallButtonAriaLabel:"Resume call",resumingCallButtonAriaLabel:"Resume call",holdScreenLabel:"You're on hold",openDtmfDialpadLabel:"Show dialpad",dtmfDialpadPlaceholderText:"Enter number",outboundCallingNoticeString:"Calling...",participantJoinedNoticeString:"{displayName} joined",twoParticipantJoinedNoticeString:"{displayName1} and {displayName2} have joined",threeParticipantJoinedNoticeString:"{displayName1}, {displayName2} and {displayName3} have joined",participantLeftNoticeString:"{displayName} left",twoParticipantLeftNoticeString:"{displayName1} and {displayName2} have left",threeParticipantLeftNoticeString:"{displayName1}, {displayName2} and {displayName3} have left",unnamedParticipantString:"unnamed participant",manyUnnamedParticipantsJoined:"unnamed participant and {numOfParticipants} other participants joined",manyUnnamedParticipantsLeft:"unnamed participant and {numOfParticipants} other participants left",manyParticipantsJoined:"{displayName1}, {displayName2}, {displayName3} and {numOfParticipants} other participants joined",manyParticipantsLeft:"{displayName1}, {displayName2}, {displayName3} and {numOfParticipants} other participants left",liveCaptionsLabel:"Live captions",captionsSettingsLabel:"Caption settings",startCaptionsButtonOnLabel:"Turn on captions",startCaptionsButtonOffLabel:"Turn off captions",startCaptionsButtonTooltipOnContent:"Turn off captions",startCaptionsButtonTooltipOffContent:"Turn on captions",captionsSettingsModalTitle:"Captions Settings",captionsSettingsSpokenLanguageDropdownLabel:"Spoken language",captionsSettingsCaptionLanguageDropdownLabel:"Captions language",captionsSettingsSpokenLanguageDropdownInfoText:"Language that everyone on this call is speaking.",captionsSettingsCaptionLanguageDropdownInfoText:"Captions will appear in this langugage.",captionsSettingsConfirmButtonLabel:"Confirm",captionsSettingsCancelButtonLabel:"Cancel",captionsSettingsModalAriaLabel:"Captions Setting Modal",captionsSettingsCloseModalButtonAriaLabel:"Close Captions Setting",captionsBannerMoreButtonCallingLabel:"More",captionsBannerMoreButtonTooltip:"More options",dismissModalAriaLabel:"Local and remote picture and picture, press enter to return to call",callRejectedTitle:"The call could not be completed",callRejectedMoreDetails:"The person you are trying to reach is unavailable. Please try again later.",callTimeoutTitle:"The call could not be completed",callTimeoutDetails:"The person you are trying to reach is unavailable. Please try again later.",callTimeoutBotTitle:"The call could not be completed",callTimeoutBotDetails:"The service that you are trying to reach is unavailable. Please try again later.",dtmfDialerButtonLabel:"Dialpad",dtmfDialerButtonTooltipOn:"Show dialpad",dtmfDialerButtonTooltipOff:"Hide dialpad",dtmfDialerMoreButtonLabelOn:"Show dialpad",dtmfDialerMoreButtonLabelOff:"Hide dialpad",phoneCallMoreButtonLabel:"Phone Call",spokenLanguageStrings:{"ar-ae":"Arabic - U.A.E.","ar-sa":"Arabic - Saudi Arabia","da-dk":"Danish","de-de":"German - Germany","en-au":"English - Australia","en-ca":"English - Canada","en-gb":"English - United Kingdom","en-in":"English - India","en-nz":"English - New Zealand","en-us":"English - United States","es-es":"Spanish - Spain (Modern Sort)","es-mx":"Spanish - Mexico","fi-fi":"Finnish","fr-ca":"French - Canada","fr-fr":"French - France","hi-in":"Hindi","it-it":"Italian - Italy","ja-jp":"Japanese","ko-kr":"Korean","nb-no":"Norwegian (Bokmål)","nl-be":"Dutch - Belgium","nl-nl":"Dutch - Netherlands","pl-pl":"Polish","pt-br":"Portuguese - Brazil","ru-ru":"Russian","sv-se":"Swedish","zh-cn":"Chinese - People's Republic of China","zh-hk":"Chinese - Hong Kong SAR","cs-cz":"Czech","pt-pt":"Portuguese - Portugal","tr-tr":"Turkish","vi-vn":"Vietnamese","th-th":"Thai","he-il":"Hebrew","cy-gb":"Welsh","uk-ua":"Ukrainian","el-gr":"Greek","hu-hu":"Hungarian","ro-ro":"Romanian","sk-sk":"Slovak","zh-tw":"Chinese - Taiwan"},captionLanguageStrings:{ar:"Arabic",da:"Danish",de:"German",en:"English",es:"Spanish",fi:"Finnish","fr-ca":"French - Canada",fr:"French - France",hi:"Hindi",it:"Italian",ja:"Japanese",ko:"Korean",nb:"Norwegian (Bokmål)",nl:"Dutch",pl:"Polish",pt:"Portuguese - Brazil",ru:"Russian",sv:"Swedish","zh-Hans":"Chinese (Simplified)","zh-Hant":"Chinese (Traditional)",cs:"Czech","pt-pt":"Portuguese - Portugal",tr:"Turkish",vi:"Vietnamese",th:"Thai",he:"Hebrew",cy:"Welsh",uk:"Ukrainian",el:"Greek",hu:"Hungarian",ro:"Romanian",sk:"Slovak"},captionsBannerSpinnerText:"Starting captions...",transferPageTransferorText:"Transferring...",transferPageTransferTargetText:"Connecting...",transferPageUnknownTransferorDisplayName:"Unknown",transferPageUnknownTransferTargetDisplayName:"Unknown",transferPageNoticeString:"You are being transferred",participantCouldNotBeReachedTitle:"Target participant is currently not available",participantCouldNotBeReachedMoreDetails:"Please contact participant when they are available",permissionToReachTargetParticipantNotAllowedTitle:"Permission to reach target participant is not allowed",permissionToReachTargetParticipantNotAllowedMoreDetails:"Please check that the target participant is in the same tenant",unableToResolveTenantTitle:"Unable to resolve tenant id for the target participant",unableToResolveTenantMoreDetails:"Please check the participant id is entered correctly",participantIdIsMalformedTitle:"Participant id is not in the correct format",participantIdIsMalformedMoreDetails:"Please check that the participant id is in the correct format",moreButtonGalleryControlLabel:"View",moreButtonGalleryPositionToggleLabel:"Move gallery to top",moreButtonGallerySpeakerLayoutLabel:"Speaker",moreButtonGalleryFloatingLocalLayoutLabel:"Dynamic",moreButtonGalleryDefaultLayoutLabel:"Gallery view",moreButtonGalleryFocusedContentLayoutLabel:"Focus on content",moreButtonLargeGalleryDefaultLayoutLabel:"Large Gallery",capabilityChangedNotification:{turnVideoOn:{lostDueToMeetingOption:"Your camera has been disabled. You can no longer share video.",grantedDueToMeetingOption:"Your camera has been enabled. Turn it on if you'd like to share video."},unmuteMic:{lostDueToMeetingOption:"Your mic has been disabled. You can no longer unmute.",grantedDueToMeetingOption:"Your mic has been enabled. Unmute if you'd like to speak."},shareScreen:{lostDueToRoleChangeToAttendee:"Your role has been changed. Some actions, like sharing content, won't be available to you.",grantedDueToRoleChangeToPresenter:"You're a presenter. You can share content and facilitate the meeting."},hideAttendeeNames:{hideAttendeeNameAttendee:"Your name is hidden from other attendees. Organizers and presenters can see your real name.",hideAttendeeNamePresenter:"Attendee names are hidden. Only organizers and presenters can see names to protect attendee privacy."}},surveyTitle:"Help us improve",starSurveyHelperText:"How was the quality of the call?",starSurveyOneStarText:"The quality was bad.",starSurveyTwoStarText:"The quality was poor.",starSurveyThreeStarText:"The quality was good.",starSurveyFourStarText:"The quality was great.",starSurveyFiveStarText:"The quality was excellent.",surveyConfirmButtonLabel:"Send Feedback",starRatingAriaLabel:"Select {0} of {1} stars",surveySkipButtonLabel:"Skip",tagsSurveyQuestion:"What could have been better?",tagsSurveyTextFieldDefaultText:"Other, please specify",tagsSurveyHelperText:"Check any issues you experienced",endOfSurveyText:"Thank you for your feedback!",surveyIssues:{overallRating:{callCannotJoin:"I could not join call",callCannotInvite:"I could not invite others into the call",hadToRejoin:"I had to rejoin the call",callEndedUnexpectedly:"Call ended for me unexpectedly",otherIssues:"I was having other issues with the call"},audioRating:{noLocalAudio:"The other side could not hear any sound",noRemoteAudio:"I could not hear any sound",echo:"I heard echos on the call",audioNoise:"I heard noise on the call",lowVolume:"Volume was low",audioStoppedUnexpectedly:"Audio stopped unexpectedly",distortedSpeech:"Audio was distorted",audioInterruption:"Audio was interrupted",otherIssues:"I was having other audio issues in this call"},videoRating:{noVideoReceived:"I could not see any video",noVideoSent:"Others could not see me",lowQuality:"Video quality was low",freezes:"Video frozen",stoppedUnexpectedly:"Video stopped unexpectedly",darkVideoReceived:"I can only see dark screens when others turn on their camera",audioVideoOutOfSync:"Audio and Video was out of sync",otherIssues:"I was having other video issues in this call"},screenshareRating:{noContentLocal:"Other people could not see my screenshare",noContentRemote:"I could not see other people's screenshare",cannotPresent:"I could not present my screen",lowQuality:"Screen share quality was low",freezes:"Screen share frozen",stoppedUnexpectedly:"Screen share stopped unexpectedly",largeDelay:"Screen share has a large delay",otherIssues:"I was having other screen share issues in this call"}},surveyIssuesHeadingStrings:{overallRating:"Overall",audioRating:"Audio",videoRating:"Video",screenshareRating:"Presenting"},spotlightPrompt:{startSpotlightHeading:"Spotlight for everyone?",startSpotlightText:"You'll highlight this video for everyone in the meeting.",startSpotlightOnSelfText:"You'll highlight your video for everyone in the meeting.",startSpotlightConfirmButtonLabel:"Spotlight for everyone",startSpotlightCancelButtonLabel:"Cancel",stopSpotlightHeading:"Stop spotlighting this video?",stopSpotlightOnSelfHeading:"Exit spotlight?",stopAllSpotlightHeading:"Stop spotlighting all videos?",stopSpotlightText:"This video will no longer be highlighted for everyone in the meeting.",stopSpotlightOnSelfText:"Your video will no longer be highlighted for everyone in the meeting.",stopAllSpotlightText:"The videos will no longer be highlighted for everyone in the meeting.",stopSpotlightConfirmButtonLabel:"Stop spotlighting",stopSpotlightOnSelfConfirmButtonLabel:"Exit spotlight",stopSpotlightCancelButtonLabel:"Cancel"},exitSpotlightButtonLabel:"Exit spotlight",exitSpotlightButtonTooltip:"Exit spotlight",leaveConfirmButtonLabel:"Leave",endCallConfirmButtonLabel:"End call",hangUpCancelButtonLabel:"Cancel",leaveConfirmDialogTitle:"Leave the call?",leaveConfirmDialogContent:"Are you sure you want to leave the call?",endCallConfirmDialogTitle:"End the call?",endCallConfirmDialogContent:"You'll end the call for everyone.",invalidMeetingIdentifier:"Invalid meeting ID or passcode",pinParticipantMenuLabel:"Pin for me",pinParticipantLimitReachedMenuLabel:"Pin (limit reached)",unpinParticipantMenuLabel:"Unpin",pinParticipantMenuItemAriaLabel:"Pin for me",unpinParticipantMenuItemAriaLabel:"Unpin",muteAllMenuLabel:"Mute all",muteAllDialogTitle:"Mute everyone?",muteAllDialogContent:"This will mute everyone in the meeting but you.",muteAllConfirmButtonLabel:"Mute all",muteAllCancelButtonLabel:"Cancel",joinBreakoutRoomButtonLabel:"Join breakout room",returnFromBreakoutRoomButtonLabel:"Leave room",leaveBreakoutRoomAndMeetingButtonLabel:"Leave meeting",breakoutRoomJoinedNotificationTitle:"You've joined Breakout room '{roomName}'",joinBreakoutRoomBannerTitle:"Breakout room '{roomName}' is open",joinBreakoutRoomBannerButtonLabel:"Join",returnFromBreakoutRoomBannerTitle:"Return to main meeting",returnFromBreakoutRoomBannerButtonLabel:"Rejoin"};var chat$l={chatListHeader:"In this chat",uploadAttachment:"Upload Attachment",uploadImageDataNotProvided:"Image data is not provided.",uploadImageIsTooLarge:"Image is too large. Choose one that's less than {maxImageSize} MB.",uploadImageExtensionIsNotAllowed:"Uploading .{imageExtension} image is not allowed.",uploadImageFailed:"Unable to upload image. Please try again later."};var callWithChat$l={chatButtonLabel:"Chat",chatButtonNewMessageNotificationLabel:"New Message",chatButtonTooltipClosedWithMessageCount:"Show chat ({unreadMessagesCount} unread)",chatButtonTooltipClose:"Hide chat",chatButtonTooltipOpen:"Show chat",chatPaneTitle:"Chat",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkButtonActionedLabel:"Link copied",copyInviteLinkActionedAriaLabel:"Invite link copied",dismissSidePaneButtonLabel:"Close",moreDrawerAudioDeviceMenuTitle:"Audio Device",moreDrawerButtonLabel:"More options",moreDrawerButtonTooltip:"More options",moreDrawerMicrophoneMenuTitle:"Microphone",moreDrawerSpeakerMenuTitle:"Speaker",moreDrawerCaptionsMenuTitle:"Live captions",moreDrawerSpokenLanguageMenuTitle:"Spoken language",moreDrawerCaptionLanguageMenuTitle:"Caption language",moreDrawerGalleryOptionsMenuTitle:"Gallery options",peopleButtonLabel:"People",selectedPeopleButtonLabel:"People Button Selected",peopleButtonTooltipOpen:"Show participants",peopleButtonTooltipClose:"Hide participants",peopleButtonTooltipOpenAriaLabel:"People button, Show participants",peopleButtonTooltipCloseAriaLabel:"People button, Hide participants",peoplePaneSubTitle:"In this call",peoplePaneTitle:"People",pictureInPictureTileAriaLabel:"Video Feeds. Click to return to call screen.",removeMenuLabel:"Remove",openDialpadButtonLabel:"Dial phone number",returnToCallButtonAriaDescription:"Return to Call",returnToCallButtonAriaLabel:"Back",peoplePaneAddPeopleButtonLabel:"Add People",dialpadStartCallButtonLabel:"Call",dialpadModalTitle:"Dial Phone Number",dialpadModalAriaLabel:"Dialpad",dialpadCloseModalButtonAriaLabel:"Close dialpad",openDtmfDialpadLabel:"Show dialpad",dtmfDialpadPlaceholderText:"Enter number",breakoutRoomChatPaneTitle:"Breakout Room Chat",chatContentSpinnerLabel:"Loading..."};var en_US = {call:call$l,chat:chat$l,callWithChat:callWithChat$l};
|
29008
|
+
var call$l={cameraLabel:"Camera",noCamerasLabel:"No cameras found",cameraPermissionDenied:"Your browser is blocking access to your camera",cameraTurnedOff:"Your camera is turned off",chatButtonLabel:"Chat",close:"Close",complianceBannerNowOnlyRecording:"You are now only recording this meeting.",complianceBannerNowOnlyTranscription:"You are now only transcribing this meeting.",complianceBannerRecordingAndTranscriptionSaved:"Recording and transcription are being saved.",complianceBannerRecordingAndTranscriptionStarted:"Recording and transcription have started.",complianceBannerRecordingAndTranscriptionStopped:"Recording and transcription have stopped.",complianceBannerRecordingSaving:"Recording is being saved.",complianceBannerRecordingStarted:"Recording has started.",complianceBannerRecordingStopped:"Recording has stopped.",complianceBannerTranscriptionStarted:"Transcription has started.",complianceBannerTranscriptionConsent:"By joining, you are giving consent for this meeting to be transcribed.",complianceBannerTranscriptionSaving:"Transcription is being saved.",complianceBannerTranscriptionStopped:"Transcription has stopped.",configurationPageTitle:"Start a call",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkButtonActionedLabel:"Link copied",copyInviteLinkActionedAriaLabel:"Invite link copied",defaultPlaceHolder:"Select an option",dismissSidePaneButtonLabel:"Close",videoEffectsPaneTitle:"Effects",videoEffectsPaneBackgroundSelectionTitle:"Background",videoEffectsPaneAriaLabel:"Video effects pane",configurationPageVideoEffectsButtonLabel:"Effects",unableToStartVideoEffect:"Unable to apply video effect.",blurBackgroundEffectButtonLabel:"Blur",blurBackgroundTooltip:"Blur Background",removeBackgroundEffectButtonLabel:"None",removeBackgroundTooltip:"Remove Background",cameraOffBackgroundEffectWarningText:"Your camera is off. Turn on camera to see video effect.",failedToJoinCallDueToNoNetworkMoreDetails:"Call was disconnected due to a network issue. Check your connection and join again.",failedToJoinCallDueToNoNetworkTitle:"Call disconnected",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"You were not granted entry in the call. If this was a mistake, re-join the call.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Dismissed from lobby",learnMore:"Learn more",leavingCallTitle:"Leaving...",leftCallMoreDetails:"If this was a mistake, re-join the call.",leftCallTitle:"You left the call",lobbyScreenConnectingToCallTitle:"Joining call",lobbyScreenWaitingToBeAdmittedTitle:"Waiting to be admitted",microphonePermissionDenied:"Your browser is blocking access to your microphone",microphoneToggleInLobbyNotAllowed:"Cannot mute or unmute while in lobby.",mutedMessage:"You're muted",networkReconnectMoreDetails:"Looks like something went wrong. We're trying to get back into the call.",networkReconnectTitle:"Hold on",notInvitedToRoomDetails:"You are not able to join this room because you do not have an invite.",notInvitedToRoomTitle:"Not invited to room",peopleButtonLabel:"People",selectedPeopleButtonLabel:"People Button Selected",peoplePaneTitle:"People",peoplePaneMoreButtonAriaLabel:"More",peopleButtonTooltipOpen:"Show participants",peopleButtonTooltipClose:"Hide participants",peoplePaneSubTitle:"In this call {numberOfPeople}",privacyPolicy:"Privacy policy",rejoinCallButtonLabel:"Re-join call",removedFromCallMoreDetails:"Another participant removed you from the call.",removedFromCallTitle:"You were removed",removeMenuLabel:"Remove",startSpotlightMenuLabel:"Spotlight for everyone",addSpotlightMenuLabel:"Add spotlight",stopSpotlightMenuLabel:"Stop spotlighting",stopSpotlightOnSelfMenuLabel:"Exit spotlight",spotlightLimitReachedMenuTitle:"Spotlight limit reached",stopAllSpotlightMenuLabel:"Stop all spotlights",returnToCallButtonAriaDescription:"Return to Call",returnToCallButtonAriaLabel:"Back",roomNotFoundDetails:"The room ID provided could not be found.",roomNotFoundTitle:"Room not found",roomNotValidDetails:"This room is not valid at this current time.",roomNotValidTitle:"Room not valid",inviteToRoomRemovedDetails:"Your invite to join this room was removed.",inviteToRoomRemovedTitle:"Invite to room removed",soundLabel:"Sound",noMicrophonesLabel:"No microphones found",noSpeakersLabel:"No speakers found",startCallButtonLabel:"Start call",openDialpadButtonLabel:"Dial phone number",peoplePaneAddPeopleButtonLabel:"Add People",dialpadStartCallButtonLabel:"Call",dialpadModalTitle:"Dial Phone Number",dialpadModalAriaLabel:"Dialpad",dialpadCloseModalButtonAriaLabel:"Close dialpad",moreButtonCallingLabel:"More",resumeCallButtonLabel:"Resume",resumingCallButtonLabel:"Resuming...",resumeCallButtonAriaLabel:"Resume call",resumingCallButtonAriaLabel:"Resume call",holdScreenLabel:"You're on hold",openDtmfDialpadLabel:"Show dialpad",dtmfDialpadPlaceholderText:"Enter number",outboundCallingNoticeString:"Calling...",participantJoinedNoticeString:"{displayName} joined",twoParticipantJoinedNoticeString:"{displayName1} and {displayName2} have joined",threeParticipantJoinedNoticeString:"{displayName1}, {displayName2} and {displayName3} have joined",participantLeftNoticeString:"{displayName} left",twoParticipantLeftNoticeString:"{displayName1} and {displayName2} have left",threeParticipantLeftNoticeString:"{displayName1}, {displayName2} and {displayName3} have left",unnamedParticipantString:"unnamed participant",manyUnnamedParticipantsJoined:"unnamed participant and {numOfParticipants} other participants joined",manyUnnamedParticipantsLeft:"unnamed participant and {numOfParticipants} other participants left",manyParticipantsJoined:"{displayName1}, {displayName2}, {displayName3} and {numOfParticipants} other participants joined",manyParticipantsLeft:"{displayName1}, {displayName2}, {displayName3} and {numOfParticipants} other participants left",liveCaptionsLabel:"Live captions",captionsSettingsLabel:"Caption settings",startCaptionsButtonOnLabel:"Turn on captions",startCaptionsButtonOffLabel:"Turn off captions",startCaptionsButtonTooltipOnContent:"Turn off captions",startCaptionsButtonTooltipOffContent:"Turn on captions",captionsSettingsModalTitle:"Captions Settings",captionsSettingsSpokenLanguageDropdownLabel:"Spoken language",captionsSettingsCaptionLanguageDropdownLabel:"Captions language",captionsSettingsSpokenLanguageDropdownInfoText:"Language that everyone on this call is speaking.",captionsSettingsCaptionLanguageDropdownInfoText:"Captions will appear in this langugage.",captionsSettingsConfirmButtonLabel:"Confirm",captionsSettingsCancelButtonLabel:"Cancel",captionsSettingsModalAriaLabel:"Captions Setting Modal",captionsSettingsCloseModalButtonAriaLabel:"Close Captions Setting",captionsBannerMoreButtonCallingLabel:"More",captionsBannerMoreButtonTooltip:"More options",dismissModalAriaLabel:"Local and remote picture and picture, press enter to return to call",callRejectedTitle:"The call could not be completed",callRejectedMoreDetails:"The person you are trying to reach is unavailable. Please try again later.",callTimeoutTitle:"The call could not be completed",callTimeoutDetails:"The person you are trying to reach is unavailable. Please try again later.",callTimeoutBotTitle:"The call could not be completed",callTimeoutBotDetails:"The service that you are trying to reach is unavailable. Please try again later.",dtmfDialerButtonLabel:"Dialpad",dtmfDialerButtonTooltipOn:"Show dialpad",dtmfDialerButtonTooltipOff:"Hide dialpad",dtmfDialerMoreButtonLabelOn:"Show dialpad",dtmfDialerMoreButtonLabelOff:"Hide dialpad",phoneCallMoreButtonLabel:"Phone Call",spokenLanguageStrings:{"ar-ae":"Arabic - U.A.E.","ar-sa":"Arabic - Saudi Arabia","da-dk":"Danish","de-de":"German - Germany","en-au":"English - Australia","en-ca":"English - Canada","en-gb":"English - United Kingdom","en-in":"English - India","en-nz":"English - New Zealand","en-us":"English - United States","es-es":"Spanish - Spain (Modern Sort)","es-mx":"Spanish - Mexico","fi-fi":"Finnish","fr-ca":"French - Canada","fr-fr":"French - France","hi-in":"Hindi","it-it":"Italian - Italy","ja-jp":"Japanese","ko-kr":"Korean","nb-no":"Norwegian (Bokmål)","nl-be":"Dutch - Belgium","nl-nl":"Dutch - Netherlands","pl-pl":"Polish","pt-br":"Portuguese - Brazil","ru-ru":"Russian","sv-se":"Swedish","zh-cn":"Chinese - People's Republic of China","zh-hk":"Chinese - Hong Kong SAR","cs-cz":"Czech","pt-pt":"Portuguese - Portugal","tr-tr":"Turkish","vi-vn":"Vietnamese","th-th":"Thai","he-il":"Hebrew","cy-gb":"Welsh","uk-ua":"Ukrainian","el-gr":"Greek","hu-hu":"Hungarian","ro-ro":"Romanian","sk-sk":"Slovak","zh-tw":"Chinese - Taiwan"},captionLanguageStrings:{ar:"Arabic",da:"Danish",de:"German",en:"English",es:"Spanish",fi:"Finnish","fr-ca":"French - Canada",fr:"French - France",hi:"Hindi",it:"Italian",ja:"Japanese",ko:"Korean",nb:"Norwegian (Bokmål)",nl:"Dutch",pl:"Polish",pt:"Portuguese - Brazil",ru:"Russian",sv:"Swedish","zh-Hans":"Chinese (Simplified)","zh-Hant":"Chinese (Traditional)",cs:"Czech","pt-pt":"Portuguese - Portugal",tr:"Turkish",vi:"Vietnamese",th:"Thai",he:"Hebrew",cy:"Welsh",uk:"Ukrainian",el:"Greek",hu:"Hungarian",ro:"Romanian",sk:"Slovak"},captionsBannerSpinnerText:"Starting captions...",transferPageTransferorText:"Transferring...",transferPageTransferTargetText:"Connecting...",transferPageUnknownTransferorDisplayName:"Unknown",transferPageUnknownTransferTargetDisplayName:"Unknown",transferPageNoticeString:"You are being transferred",participantCouldNotBeReachedTitle:"Target participant is currently not available",participantCouldNotBeReachedMoreDetails:"Please contact participant when they are available",permissionToReachTargetParticipantNotAllowedTitle:"Permission to reach target participant is not allowed",permissionToReachTargetParticipantNotAllowedMoreDetails:"Please check that the target participant is in the same tenant",unableToResolveTenantTitle:"Unable to resolve tenant id for the target participant",unableToResolveTenantMoreDetails:"Please check the participant id is entered correctly",participantIdIsMalformedTitle:"Participant id is not in the correct format",participantIdIsMalformedMoreDetails:"Please check that the participant id is in the correct format",moreButtonGalleryControlLabel:"View",moreButtonGalleryPositionToggleLabel:"Move gallery to top",moreButtonGallerySpeakerLayoutLabel:"Speaker",moreButtonGalleryFloatingLocalLayoutLabel:"Dynamic",moreButtonGalleryDefaultLayoutLabel:"Gallery view",moreButtonGalleryFocusedContentLayoutLabel:"Focus on content",moreButtonLargeGalleryDefaultLayoutLabel:"Large Gallery",capabilityChangedNotification:{turnVideoOn:{lostDueToMeetingOption:"Your camera has been disabled. You can no longer share video.",grantedDueToMeetingOption:"Your camera has been enabled. Turn it on if you'd like to share video."},unmuteMic:{lostDueToMeetingOption:"Your mic has been disabled. You can no longer unmute.",grantedDueToMeetingOption:"Your mic has been enabled. Unmute if you'd like to speak."},shareScreen:{lostDueToRoleChangeToAttendee:"Your role has been changed. Some actions, like sharing content, won't be available to you.",grantedDueToRoleChangeToPresenter:"You're a presenter. You can share content and facilitate the meeting."},hideAttendeeNames:{hideAttendeeNameAttendee:"Your name is hidden from other attendees. Organizers and presenters can see your real name.",hideAttendeeNamePresenter:"Attendee names are hidden. Only organizers and presenters can see names to protect attendee privacy."}},surveyTitle:"Help us improve",starSurveyHelperText:"How was the quality of the call?",starSurveyOneStarText:"The quality was bad.",starSurveyTwoStarText:"The quality was poor.",starSurveyThreeStarText:"The quality was good.",starSurveyFourStarText:"The quality was great.",starSurveyFiveStarText:"The quality was excellent.",surveyConfirmButtonLabel:"Send Feedback",starRatingAriaLabel:"Select {0} of {1} stars",surveySkipButtonLabel:"Skip",tagsSurveyQuestion:"What could have been better?",tagsSurveyTextFieldDefaultText:"Other, please specify",tagsSurveyHelperText:"Check any issues you experienced",endOfSurveyText:"Thank you for your feedback!",surveyIssues:{overallRating:{callCannotJoin:"I could not join call",callCannotInvite:"I could not invite others into the call",hadToRejoin:"I had to rejoin the call",callEndedUnexpectedly:"Call ended for me unexpectedly",otherIssues:"I was having other issues with the call"},audioRating:{noLocalAudio:"The other side could not hear any sound",noRemoteAudio:"I could not hear any sound",echo:"I heard echos on the call",audioNoise:"I heard noise on the call",lowVolume:"Volume was low",audioStoppedUnexpectedly:"Audio stopped unexpectedly",distortedSpeech:"Audio was distorted",audioInterruption:"Audio was interrupted",otherIssues:"I was having other audio issues in this call"},videoRating:{noVideoReceived:"I could not see any video",noVideoSent:"Others could not see me",lowQuality:"Video quality was low",freezes:"Video frozen",stoppedUnexpectedly:"Video stopped unexpectedly",darkVideoReceived:"I can only see dark screens when others turn on their camera",audioVideoOutOfSync:"Audio and Video was out of sync",otherIssues:"I was having other video issues in this call"},screenshareRating:{noContentLocal:"Other people could not see my screenshare",noContentRemote:"I could not see other people's screenshare",cannotPresent:"I could not present my screen",lowQuality:"Screen share quality was low",freezes:"Screen share frozen",stoppedUnexpectedly:"Screen share stopped unexpectedly",largeDelay:"Screen share has a large delay",otherIssues:"I was having other screen share issues in this call"}},surveyIssuesHeadingStrings:{overallRating:"Overall",audioRating:"Audio",videoRating:"Video",screenshareRating:"Presenting"},spotlightPrompt:{startSpotlightHeading:"Spotlight for everyone?",startSpotlightText:"You'll highlight this video for everyone in the meeting.",startSpotlightOnSelfText:"You'll highlight your video for everyone in the meeting.",startSpotlightConfirmButtonLabel:"Spotlight for everyone",startSpotlightCancelButtonLabel:"Cancel",stopSpotlightHeading:"Stop spotlighting this video?",stopSpotlightOnSelfHeading:"Exit spotlight?",stopAllSpotlightHeading:"Stop spotlighting all videos?",stopSpotlightText:"This video will no longer be highlighted for everyone in the meeting.",stopSpotlightOnSelfText:"Your video will no longer be highlighted for everyone in the meeting.",stopAllSpotlightText:"The videos will no longer be highlighted for everyone in the meeting.",stopSpotlightConfirmButtonLabel:"Stop spotlighting",stopSpotlightOnSelfConfirmButtonLabel:"Exit spotlight",stopSpotlightCancelButtonLabel:"Cancel",closeSpotlightPromptButtonLabel:"Close"},exitSpotlightButtonLabel:"Exit spotlight",exitSpotlightButtonTooltip:"Exit spotlight",leaveConfirmButtonLabel:"Leave",endCallConfirmButtonLabel:"End call",hangUpCancelButtonLabel:"Cancel",leaveConfirmDialogTitle:"Leave the call?",leaveConfirmDialogContent:"Are you sure you want to leave the call?",endCallConfirmDialogTitle:"End the call?",endCallConfirmDialogContent:"You'll end the call for everyone.",invalidMeetingIdentifier:"Invalid meeting ID or passcode",pinParticipantMenuLabel:"Pin for me",pinParticipantLimitReachedMenuLabel:"Pin (limit reached)",unpinParticipantMenuLabel:"Unpin",pinParticipantMenuItemAriaLabel:"Pin for me",unpinParticipantMenuItemAriaLabel:"Unpin",muteAllMenuLabel:"Mute all",muteAllDialogTitle:"Mute everyone?",muteAllDialogContent:"This will mute everyone in the meeting but you.",muteAllConfirmButtonLabel:"Mute all",muteAllCancelButtonLabel:"Cancel",joinBreakoutRoomButtonLabel:"Join breakout room",returnFromBreakoutRoomButtonLabel:"Leave room",leaveBreakoutRoomAndMeetingButtonLabel:"Leave meeting",breakoutRoomJoinedNotificationTitle:"You've joined Breakout room '{roomName}'",joinBreakoutRoomBannerTitle:"Breakout room '{roomName}' is open",joinBreakoutRoomBannerButtonLabel:"Join",returnFromBreakoutRoomBannerTitle:"Return to main meeting",returnFromBreakoutRoomBannerButtonLabel:"Rejoin"};var chat$l={chatListHeader:"In this chat",uploadAttachment:"Upload Attachment",uploadImageDataNotProvided:"Image data is not provided.",uploadImageIsTooLarge:"Image is too large. Choose one that's less than {maxImageSize} MB.",uploadImageExtensionIsNotAllowed:"Uploading .{imageExtension} image is not allowed.",uploadImageFailed:"Unable to upload image. Please try again later."};var callWithChat$l={chatButtonLabel:"Chat",chatButtonNewMessageNotificationLabel:"New Message",chatButtonTooltipClosedWithMessageCount:"Show chat ({unreadMessagesCount} unread)",chatButtonTooltipClose:"Hide chat",chatButtonTooltipOpen:"Show chat",chatPaneTitle:"Chat",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkButtonActionedLabel:"Link copied",copyInviteLinkActionedAriaLabel:"Invite link copied",dismissSidePaneButtonLabel:"Close",moreDrawerAudioDeviceMenuTitle:"Audio Device",moreDrawerButtonLabel:"More options",moreDrawerButtonTooltip:"More options",moreDrawerMicrophoneMenuTitle:"Microphone",moreDrawerSpeakerMenuTitle:"Speaker",moreDrawerCaptionsMenuTitle:"Live captions",moreDrawerSpokenLanguageMenuTitle:"Spoken language",moreDrawerCaptionLanguageMenuTitle:"Caption language",moreDrawerGalleryOptionsMenuTitle:"Gallery options",peopleButtonLabel:"People",selectedPeopleButtonLabel:"People Button Selected",peopleButtonTooltipOpen:"Show participants",peopleButtonTooltipClose:"Hide participants",peopleButtonTooltipOpenAriaLabel:"People button, Show participants",peopleButtonTooltipCloseAriaLabel:"People button, Hide participants",peoplePaneSubTitle:"In this call",peoplePaneTitle:"People",pictureInPictureTileAriaLabel:"Video Feeds. Click to return to call screen.",removeMenuLabel:"Remove",openDialpadButtonLabel:"Dial phone number",returnToCallButtonAriaDescription:"Return to Call",returnToCallButtonAriaLabel:"Back",peoplePaneAddPeopleButtonLabel:"Add People",dialpadStartCallButtonLabel:"Call",dialpadModalTitle:"Dial Phone Number",dialpadModalAriaLabel:"Dialpad",dialpadCloseModalButtonAriaLabel:"Close dialpad",openDtmfDialpadLabel:"Show dialpad",dtmfDialpadPlaceholderText:"Enter number",breakoutRoomChatPaneTitle:"Breakout Room Chat",chatContentSpinnerLabel:"Loading..."};var en_US = {call:call$l,chat:chat$l,callWithChat:callWithChat$l};
|
28839
29009
|
|
28840
29010
|
// Copyright (c) Microsoft Corporation.
|
28841
29011
|
// Licensed under the MIT License.
|
@@ -29780,7 +29950,7 @@ const AttachmentDownloadErrorBar = (props) => {
|
|
29780
29950
|
/**
|
29781
29951
|
* Wrapper for RichTextSendBox component to allow us to use usePropsFor with richTextSendBox with lazy loading
|
29782
29952
|
*/
|
29783
|
-
const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-
|
29953
|
+
const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-DXfEOSU-.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper })));
|
29784
29954
|
/**
|
29785
29955
|
* @private
|
29786
29956
|
* Use this function to load RoosterJS dependencies early in the lifecycle.
|
@@ -29788,7 +29958,7 @@ const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function
|
|
29788
29958
|
*
|
29789
29959
|
/* @conditional-compile-remove(rich-text-editor-composite-support)
|
29790
29960
|
*/
|
29791
|
-
const loadRichTextSendBox = () => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-
|
29961
|
+
const loadRichTextSendBox = () => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-DXfEOSU-.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper }));
|
29792
29962
|
/**
|
29793
29963
|
* @private
|
29794
29964
|
*/
|
@@ -36335,6 +36505,7 @@ const getStartLocalSpotlightWithPromptCallback = (onStartSpotlight, setIsPromptO
|
|
36335
36505
|
text: strings.spotlightPrompt.startSpotlightOnSelfText,
|
36336
36506
|
confirmButtonLabel: strings.spotlightPrompt.startSpotlightConfirmButtonLabel,
|
36337
36507
|
cancelButtonLabel: strings.spotlightPrompt.startSpotlightCancelButtonLabel,
|
36508
|
+
closeButtonLabel: strings.spotlightPrompt.closeSpotlightPromptButtonLabel,
|
36338
36509
|
onConfirm: () => {
|
36339
36510
|
onStartSpotlight();
|
36340
36511
|
setIsPromptOpen(false);
|
@@ -36392,6 +36563,7 @@ const getStartRemoteSpotlightWithPromptCallback = (onStartSpotlight, setIsPrompt
|
|
36392
36563
|
text: strings.spotlightPrompt.startSpotlightText,
|
36393
36564
|
confirmButtonLabel: strings.spotlightPrompt.startSpotlightConfirmButtonLabel,
|
36394
36565
|
cancelButtonLabel: strings.spotlightPrompt.startSpotlightCancelButtonLabel,
|
36566
|
+
closeButtonLabel: strings.spotlightPrompt.closeSpotlightPromptButtonLabel,
|
36395
36567
|
onConfirm: () => {
|
36396
36568
|
onStartSpotlight(userIds);
|
36397
36569
|
setIsPromptOpen(false);
|
@@ -36411,6 +36583,7 @@ const getStopRemoteSpotlightWithPromptCallback = (onStopSpotlight, setIsPromptOp
|
|
36411
36583
|
text: strings.spotlightPrompt.stopSpotlightText,
|
36412
36584
|
confirmButtonLabel: strings.spotlightPrompt.stopSpotlightConfirmButtonLabel,
|
36413
36585
|
cancelButtonLabel: strings.spotlightPrompt.stopSpotlightCancelButtonLabel,
|
36586
|
+
closeButtonLabel: strings.spotlightPrompt.closeSpotlightPromptButtonLabel,
|
36414
36587
|
onConfirm: () => {
|
36415
36588
|
onStopSpotlight(userIds);
|
36416
36589
|
setIsPromptOpen(false);
|
@@ -36445,6 +36618,7 @@ const getStopAllSpotlightCallbackWithPromptCallback = (stopAllSpotlight, setIsPr
|
|
36445
36618
|
text: strings.spotlightPrompt.stopAllSpotlightText,
|
36446
36619
|
confirmButtonLabel: strings.spotlightPrompt.stopSpotlightConfirmButtonLabel,
|
36447
36620
|
cancelButtonLabel: strings.spotlightPrompt.stopSpotlightCancelButtonLabel,
|
36621
|
+
closeButtonLabel: strings.spotlightPrompt.closeSpotlightPromptButtonLabel,
|
36448
36622
|
onConfirm: () => {
|
36449
36623
|
stopAllSpotlight();
|
36450
36624
|
setIsPromptOpen(false);
|
@@ -36543,7 +36717,7 @@ const BreakoutRoomsBanner = (props) => {
|
|
36543
36717
|
primaryButtonLabel: locale.strings.call.returnFromBreakoutRoomBannerButtonLabel
|
36544
36718
|
}, onClickButton: () => adapter.returnFromBreakoutRoom(), iconProps: { iconName: 'NotificationBarBreakoutRoomClosingSoon' } })));
|
36545
36719
|
}
|
36546
|
-
return
|
36720
|
+
return null;
|
36547
36721
|
};
|
36548
36722
|
|
36549
36723
|
// Copyright (c) Microsoft Corporation.
|
@@ -37876,7 +38050,7 @@ const LocalDeviceSettings = (props) => {
|
|
37876
38050
|
return (React.createElement(react.Stack, { "data-ui-id": "call-composite-device-settings", tokens: mainStackTokens, styles: deviceSelectionContainerStyles },
|
37877
38051
|
roleCanUseCamera && (React.createElement(react.Stack, null,
|
37878
38052
|
React.createElement(react.Stack, { horizontal: true, horizontalAlign: "space-between", styles: cameraAndVideoEffectsContainerStyleDesktop },
|
37879
|
-
React.createElement(react.Label, { id: 'call-composite-local-camera-settings-label', className: react.mergeStyles(dropDownStyles(theme).label)
|
38053
|
+
React.createElement(react.Label, { id: 'call-composite-local-camera-settings-label', className: react.mergeStyles(dropDownStyles(theme).label) }, cameraLabel),
|
37880
38054
|
onResolveVideoEffectDependency && (React.createElement(react.DefaultButton, { iconProps: { iconName: 'ConfigurationScreenVideoEffectsButton' }, styles: effectsButtonStyles(theme, !cameraPermissionGranted), onClick: props.onClickVideoEffects, disabled: !cameraPermissionGranted, "data-ui-id": 'call-config-video-effects-button' }, locale.strings.call.configurationPageVideoEffectsButtonLabel))),
|
37881
38055
|
React.createElement(ConfigurationPageCameraDropdown, { cameraGrantedDropdown: cameraGrantedDropdown, cameraPermissionGranted: cameraPermissionGranted !== null && cameraPermissionGranted !== void 0 ? cameraPermissionGranted : false,
|
37882
38056
|
/* @conditional-compile-remove(call-readiness) */
|
@@ -37884,7 +38058,7 @@ const LocalDeviceSettings = (props) => {
|
|
37884
38058
|
/* @conditional-compile-remove(call-readiness) */
|
37885
38059
|
onClickEnableDevicePermission: props.onClickEnableDevicePermission }))),
|
37886
38060
|
React.createElement(react.Stack, null,
|
37887
|
-
React.createElement(react.Label, { id: 'call-composite-local-sound-settings-label', className: react.mergeStyles(dropDownStyles(theme).label)
|
38061
|
+
React.createElement(react.Label, { id: 'call-composite-local-sound-settings-label', className: react.mergeStyles(dropDownStyles(theme).label) }, soundLabel),
|
37888
38062
|
React.createElement(react.Stack, { "data-ui-id": "call-composite-sound-settings", tokens: soundStackTokens },
|
37889
38063
|
React.createElement(ConfigurationPageMicDropdown, { micGrantedDropdown: micGrantedDropdown, micPermissionGranted: micPermissionGranted !== null && micPermissionGranted !== void 0 ? micPermissionGranted : false,
|
37890
38064
|
/* @conditional-compile-remove(call-readiness) */
|
@@ -44185,7 +44359,10 @@ exports.NotificationStack = NotificationStack;
|
|
44185
44359
|
exports.ParticipantItem = ParticipantItem;
|
44186
44360
|
exports.ParticipantList = ParticipantList$l;
|
44187
44361
|
exports.ParticipantsButton = ParticipantsButton;
|
44362
|
+
exports.RTTDisclosureBanner = RTTDisclosureBanner;
|
44363
|
+
exports.RTTModal = RTTModal;
|
44188
44364
|
exports.RaiseHandButton = RaiseHandButton;
|
44365
|
+
exports.RealTimeText = RealTimeText;
|
44189
44366
|
exports.RichTextInputBoxComponent = RichTextInputBoxComponent;
|
44190
44367
|
exports.RichTextSendBox = RichTextSendBox;
|
44191
44368
|
exports.RichTextSendBoxErrors = RichTextSendBoxErrors;
|
@@ -44262,4 +44439,4 @@ exports.useTeamsCall = useTeamsCall;
|
|
44262
44439
|
exports.useTeamsCallAdapter = useTeamsCallAdapter;
|
44263
44440
|
exports.useTeamsCallAgent = useTeamsCallAgent;
|
44264
44441
|
exports.useTheme = useTheme;
|
44265
|
-
//# sourceMappingURL=index-
|
44442
|
+
//# sourceMappingURL=index-DfvN9S3r.js.map
|