Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dmceachernmsft committed May 2, 2024
1 parent 4306fce commit 290d9a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui-library-click-to-call/cross-platform-js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ <h1>Hallway</h1>
callContainer.style.borderRadius = "1rem";
callContainer.style.padding = "0.5rem";
};
/**
* This needs to be repeated for each image in the dom thats to start a call
*/
const startCallButton = document.getElementById("help-option");
startCallButton.onclick = createCallingExperience;
</script>
Expand Down

0 comments on commit 290d9a4

Please sign in to comment.