Skip to content

Commit d4a274b

Browse files
Update teams-interop-javascript.md
1 parent 34ee620 commit d4a274b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/teams-interop/teams-interop-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ hangUpButton.addEventListener("click", async () => {
9595
teamsMeetingJoinButton.addEventListener("click", () => {
9696
// join with meeting link
9797
call = callAgent.join({meetingLink: meetingLinkInput.value}, {});
98-
98+
(or)
9999
// join with meetingId and passcode
100100
call = callAgent.join({meetingId: meetingIdInput.value, passcode: meetingPasscodeInput.value}, {});
101101

0 commit comments

Comments
 (0)