Skip to content

Commit d037725

Browse files
committed
Fix teamMeetingId
1 parent 96c33d8 commit d037725

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
@@ -354,7 +354,7 @@ CallCompositeRemoteOptions remoteOptions = new CallCompositeRemoteOptions(
354354

355355
#### Join via Teams Meeting ID and Passcode
356356

357-
The `TeamsMeetingIdLocator` locates a meeting using a meeting ID and passcode. These can be found under a Teams meeting's join info.
357+
The `CallCompositeTeamsMeetingLinkLocator` locates a meeting using a meeting ID and passcode. These can be found under a Teams meeting's join info.
358358
A Teams meeting ID is 12 characters long and consists of numeric digits grouped in threes (i.e. `000 000 000 000`).
359359
A passcode consists of 6 alphabet characters (i.e. `aBcDeF`). The passcode is case sensitive.
360360

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
@@ -219,7 +219,7 @@ let remoteOptions = RemoteOptions(for: .teamsMeeting(teamsLink: "<TEAMS_MEETING_
219219
220220
#### Join via Teams Meeting ID and Passcode
221221
222-
The `TeamsMeetingIdLocator` locates a meeting using a meeting ID and passcode. These can be found under a Teams meeting's join info.
222+
The `teamMeetingId` locates a meeting using a meeting ID and passcode. These can be found under a Teams meeting's join info.
223223
A Teams meeting ID is 12 characters long and consists of numeric digits grouped in threes (i.e. `000 000 000 000`).
224224
A passcode consists of 6 alphabet characters (i.e. `aBcDeF`). The passcode is case sensitive.
225225

0 commit comments

Comments
 (0)