You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/ui-library/includes/get-started-call/android.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ The following classes and interfaces handle some key features of the Azure Commu
229
229
|[CallComposite](#create-callcomposite)| Composite component that renders a call experience with participant gallery and controls |
230
230
|[CallCompositeBuilder](#create-callcomposite)| Builder that builds `CallComposite` with options |
231
231
|[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 |
233
233
|[CallCompositeLocalizationOptions](#apply-a-localization-configuration)| Injected as optional in `CallCompositeBuilder` to set the language of the composite |
| [CallComposite](#create-callcomposite) | Component that renders a call experience that has a participant gallery and controls |
153
153
| [CallCompositeOptions](#create-callcomposite) | Settings for options like themes and event handling |
154
-
|RemoteOptions|Remote options to send to AzureCommunicationServices 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 AzureCommunicationServices to join a [group call](#set-up-a-group-call) or a [Teams meeting](#join-a-teams-meeting). |
155
155
| [ThemeOptions](#apply-theme-options) | Customization options for the composite theme |
156
156
| [LocalizationOptions](#apply-localization-options) | Language options for the composite |
0 commit comments