Skip to content

Commit 34fbb38

Browse files
committed
Updates from review
1 parent 38273cb commit 34fbb38

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/communication-services/quickstarts/chat/includes/meeting-interop-swift.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Use this guide to [install CocoaPods](https://guides.cocoapods.org/using/getting
4545

4646
1. Add the following code to the `Podfile` under the target, and save.
4747

48-
```
48+
```ruby
4949
target 'Chat Teams Interop' do
5050
# Comment the next line if you don't want to use dynamic frameworks
5151
use_frameworks!
@@ -56,7 +56,7 @@ target 'Chat Teams Interop' do
5656

5757
end
5858
```
59-
1. Run pod install.
59+
1. Run `pod install`.
6060

6161
1. Open the `.xcworkspace` file with Xcode.
6262

@@ -77,11 +77,12 @@ Under the build settings, search for `sandbox` and set `User Script Sandboxing`
7777

7878
## Joining the meeting chat
7979

80-
A Communication Services user can join a Teams meeting as an anonymous user using the Calling SDK. Joining the meeting adds them as a participant to the meeting chat as well, where they can send and receive messages with other users in the meeting. The user will not have access to chat messages that were sent before they joined the meeting and they will not be able to send or receive messages after the meeting ends. To join the meeting and start chatting, you can follow the next steps.
80+
A Communication Services user can join a Teams meeting as an anonymous user using the Calling SDK. Once a user has joined the Teams meeting, they can send and receive messages with other meeting attendees. The user will not have access to chat messages sent prior to joining, nor will they be able to send or receive messages when they are not in the meeting.
81+
To join the meeting and start chatting, you can follow the next steps.
8182

8283
## Set up the app framework
8384

84-
Import the AzureCommunication* packages in `ContentView.swift` by adding the following snippet:
85+
Import the Azure Communication packages in `ContentView.swift` by adding the following snippet:
8586

8687
``` swift
8788
import AVFoundation

0 commit comments

Comments
 (0)