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
To call another Azure Communication Services user, use the `startCall` method on `callAgent` and pass the recipient's `CommunicationUserIdentifier` that you [created with the Communication Services administration library](../../quickstarts/identity/access-tokens.md).
203
+
To call another Azure Communication Services user, use the `startCall` method on `callAgent` and pass the recipient's `CommunicationUserIdentifier` that you [created with the Communication Services administration library](../quickstarts/identity/access-tokens.md).
@@ -213,7 +213,7 @@ To join a `Room` call, you can instantiate a context object with the `roomId` pr
213
213
const context = { roomId: '\<RoomId\>' };
214
214
const call = callAgent.join(context);
215
215
```
216
-
A **Room** offers application developers better control over who can join a call, when they meet and how they collaborate. To learn more about **Rooms**, see the [Rooms overview](../../concepts/rooms/room-concept.md), or see [Quickstart: Join a room call](../../quickstarts/rooms/join-rooms-call.md).
216
+
A **Room** offers application developers better control over who can join a call, when they meet and how they collaborate. To learn more about **Rooms**, see the [Rooms overview](../concepts/rooms/room-concept.md), or see [Quickstart: Join a room call](../quickstarts/rooms/join-rooms-call.md).
For Azure Communication Services Teams implementation, see how to [Receive a Teams Incoming Call](../../how-tos/cte-calling-sdk/manage-calls.md#receive-a-teams-incoming-call).
298
+
For Azure Communication Services Teams implementation, see how to [Receive a Teams Incoming Call](../how-tos/cte-calling-sdk/manage-calls.md#receive-a-teams-incoming-call).
0 commit comments