Skip to content

Commit 2dbf227

Browse files
authored
Merge pull request #201594 from jimchou-dev/patch-3
Update ios.md
2 parents 34c47de + 692a7bc commit 2dbf227

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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
@@ -183,7 +183,7 @@ let remoteOptions = RemoteOptions(for: .groupCall(groupId: uuid),
183183
Initialize a `RemoteOptions` instance for `.teamsMeeting` locator inside the `startCallComposite` function. Replace `<TEAMS_MEETING_LINK>` with your Teams meeting link for your call and `<DISPLAY_NAME>` with your name.
184184

185185
```swift
186-
let remoteOptions = RemoteOptions(for: .teamsMeeting(meetingLink: "<TEAMS_MEETING_LINK>"),
186+
let remoteOptions = RemoteOptions(for: .teamsMeeting(teamsLink: "<TEAMS_MEETING_LINK>"),
187187
credential: communicationTokenCredential,
188188
displayName: "<DISPLAY_NAME>")
189189
```

0 commit comments

Comments
 (0)