Skip to content

Commit a6f929d

Browse files
committed
fix hyperlink
1 parent bcab12d commit a6f929d

File tree

2 files changed

+2
-2
lines changed
  • articles/communication-services/quickstarts/ui-library/includes/get-started-call

2 files changed

+2
-2
lines changed

articles/communication-services/quickstarts/ui-library/includes/get-started-call/android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ The following classes and interfaces handle some key features of the Azure Commu
229229
| [CallComposite](#create-callcomposite) | Composite component that renders a call experience with participant gallery and controls |
230230
| [CallCompositeBuilder](#create-callcomposite) | Builder that builds `CallComposite` with options |
231231
| [CallCompositeJoinMeetingLocator](#set-up-a-group-call) | Passed-in `CallComposite` launch to start a group call |
232-
| [CallCompositeTeamsMeetingLinkLocator](#set-up-a-teams-meeting) | Passed to `CallComposite` launch to join a Microsoft Teams meeting |
232+
| [CallCompositeTeamsMeetingLinkLocator](#join-a-teams-meeting) | Passed to `CallComposite` launch to join a Microsoft Teams meeting |
233233
| [CallCompositeLocalizationOptions](#apply-a-localization-configuration) | Injected as optional in `CallCompositeBuilder` to set the language of the composite |
234234

235235
## UI Library functionality

articles/communication-services/quickstarts/ui-library/includes/get-started-call/ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The following classes and interfaces handle some key features of the Azure Commu
151151
| --------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
152152
| [CallComposite](#create-callcomposite) | Component that renders a call experience that has a participant gallery and controls |
153153
| [CallCompositeOptions](#create-callcomposite) | Settings for options like themes and event handling |
154-
| RemoteOptions | Remote options to send to Azure Communication Services to join a [group call](#set-up-a-group-call) or a [Teams meeting](#set-up-a-teams-meeting). |
154+
| RemoteOptions | Remote options to send to Azure Communication Services to join a [group call](#set-up-a-group-call) or a [Teams meeting](#join-a-teams-meeting). |
155155
| [ThemeOptions](#apply-theme-options) | Customization options for the composite theme |
156156
| [LocalizationOptions](#apply-localization-options) | Language options for the composite |
157157

0 commit comments

Comments
 (0)