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/quickstarts/voice-video-calling/includes/teams-interop/teams-interop-javascript.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,13 @@ Find the finalized code for this quickstart on [GitHub](https://github.com/Azure
17
17
18
18
- A working [Communication Services calling web app](../../getting-started-with-calling.md).
19
19
- A [Teams deployment](/deployoffice/teams-install).
20
+
- The Minimum Version supported for Teams meetingId and passcode join API : 1.17.1
20
21
21
22
## Add the Teams UI controls
22
23
23
24
Replace code in index.html with following snippet.
24
-
The text box is used to enter the Teams meeting context and the button is used to join the specified meeting:
25
+
Join the Teams meeting via Teams Meeting link or Teams MeetingId and Passcode.
26
+
The text boxes are used to enter the Teams meeting context and the button is used to join the specified meeting:
25
27
26
28
```html
27
29
<!DOCTYPE html>
@@ -34,6 +36,10 @@ The text box is used to enter the Teams meeting context and the button is used t
0 commit comments