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
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/cte-calling-sdk/includes/manage-calls/manage-calls-web.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ Start a synchronous one-to-one or group call with `startCall` API on `teamsCallA
14
14
> [!NOTE]
15
15
> Start a group call with `teamsCallAgent` requires chat's `threadId` when calling `startCall` method. Created `TeamsCall` instance has property `threadId` capturing this thread. Communication Services Calling SDK does not keep participants in chat and call roster in sync. Microsft encourages developers to keep the roster in sync for the best user experience. Learn how to [manage chat thread](#manage-chat-thread).
16
16
17
-
Start an one-to-one Voice-over IP (VoIP) call to Teams user:
17
+
Start a one-to-one Voice-over IP (VoIP) call to Teams user:
0 commit comments