File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
articles/communication-services/quickstarts/ui-library/includes/get-started-call Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ CallCompositeRemoteOptions remoteOptions = new CallCompositeRemoteOptions(
354
354
355
355
#### Join via Teams Meeting ID and Passcode
356
356
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.
358
358
A Teams meeting ID is 12 characters long and consists of numeric digits grouped in threes (i.e. ` 000 000 000 000 ` ).
359
359
A passcode consists of 6 alphabet characters (i.e. ` aBcDeF ` ). The passcode is case sensitive.
360
360
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ let remoteOptions = RemoteOptions(for: .teamsMeeting(teamsLink: "<TEAMS_MEETING_
219
219
220
220
#### Join via Teams Meeting ID and Passcode
221
221
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.
223
223
A Teams meeting ID is 12 characters long and consists of numeric digits grouped in threes (i.e. ` 000 000 000 000` ).
224
224
A passcode consists of 6 alphabet characters (i.e. ` aBcDeF` ). The passcode is case sensitive.
225
225
You can’t perform that action at this time.
0 commit comments