@azure/communication-react 1.19.0-alpha-202407260014 → 1.19.0-alpha-202407300014
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 +3 -3
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CWwHwLsl.js → ChatMessageComponentAsRichTextEditBox-CjGUWd0g.js} +7 -5
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CWwHwLsl.js.map → ChatMessageComponentAsRichTextEditBox-CjGUWd0g.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-OHSjE5aJ.js → RichTextSendBoxWrapper-BRxGYpDK.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-OHSjE5aJ.js.map → RichTextSendBoxWrapper-BRxGYpDK.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-Dl3wPPJe.js → index-DPlK1Gtb.js} +37 -35
- package/dist/dist-cjs/communication-react/index-DPlK1Gtb.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +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/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +0 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +1 -3
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +5 -3
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +3 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +3 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +3 -0
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +9 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +6 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +1 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +6 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +3 -7
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +2 -8
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +4 -4
- package/dist/dist-cjs/communication-react/index-Dl3wPPJe.js.map +0 -1
@@ -207,9 +207,7 @@ export class AzureCommunicationCallAdapter {
|
|
207
207
|
? locatorOrTargetCalless
|
208
208
|
: undefined;
|
209
209
|
this.deviceManager = deviceManager;
|
210
|
-
const isTeamsMeeting = this.locator
|
211
|
-
? 'meetingLink' in this.locator || /* @conditional-compile-remove(meeting-id) */ 'meetingId' in this.locator
|
212
|
-
: false;
|
210
|
+
const isTeamsMeeting = this.locator ? 'meetingLink' in this.locator || 'meetingId' in this.locator : false;
|
213
211
|
let isTeamsCall;
|
214
212
|
(_a = this.targetCallees) === null || _a === void 0 ? void 0 : _a.forEach((callee) => {
|
215
213
|
if (isMicrosoftTeamsUserIdentifier(callee) || isMicrosoftTeamsAppIdentifier(callee)) {
|
@@ -445,7 +443,6 @@ export class AzureCommunicationCallAdapter {
|
|
445
443
|
}
|
446
444
|
_joinCall(audioOptions, videoOptions) {
|
447
445
|
const isTeamsMeeting = this.locator ? 'meetingLink' in this.locator : false;
|
448
|
-
/* @conditional-compile-remove(meeting-id) */
|
449
446
|
const isTeamsMeetingId = this.locator ? 'meetingId' in this.locator : false;
|
450
447
|
const isRoomsCall = this.locator ? 'roomId' in this.locator : false;
|
451
448
|
/* @conditional-compile-remove(teams-identity-support) */
|
@@ -456,7 +453,6 @@ export class AzureCommunicationCallAdapter {
|
|
456
453
|
videoOptions
|
457
454
|
});
|
458
455
|
}
|
459
|
-
/* @conditional-compile-remove(meeting-id) */
|
460
456
|
if (isTeamsMeetingId) {
|
461
457
|
return this.callAgent.join(this.locator, {
|
462
458
|
audioOptions,
|
@@ -471,7 +467,6 @@ export class AzureCommunicationCallAdapter {
|
|
471
467
|
videoOptions
|
472
468
|
});
|
473
469
|
}
|
474
|
-
/* @conditional-compile-remove(meeting-id) */
|
475
470
|
if (isTeamsMeetingId) {
|
476
471
|
return this.callAgent.join(this.locator, {
|
477
472
|
audioOptions,
|