Skip to content

Commit 1e1468f

Browse files
Fixed a typo, Teas-> Teams
1 parent 3617f39 commit 1e1468f

File tree

1 file changed

+1
-1
lines changed
  • articles/communication-services/how-tos/cte-calling-sdk/includes/manage-calls

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/cte-calling-sdk/includes/manage-calls/manage-calls-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Join Teams meeting with meeting URL:
5757
const meetingCall = callAgent.join({ meetingLink: '<MEETING_LINK>' });
5858
```
5959

60-
Join Teas meeting with combination of thread ID, organizer ID, tenant ID, and message ID:
60+
Join Teams meeting with combination of thread ID, organizer ID, tenant ID, and message ID:
6161
```js
6262
const meetingCall = callAgent.join({ threadId: '<THREAD_ID>', organizerId: '<ORGANIZER_ID>', tenantId: '<TENANT_ID>', messageId: '<MESSAGE_ID>' });
6363
```

0 commit comments

Comments
 (0)