Skip to content

Instantly share code, notes, and snippets.

@mozziemozz
Created September 10, 2023 09:29
Show Gist options
  • Save mozziemozz/e1b387e07589c7f0fc486a14b2570604 to your computer and use it in GitHub Desktop.
Save mozziemozz/e1b387e07589c7f0fc486a14b2570604 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Teams Tab App</title>
<script src= 'https://statics.teams.cdn.office.net/sdk/v1.6.0/js/MicrosoftTeams.min.js'></script>
</head>
<body>
<script>
microsoftTeams.initialize();
microsoftTeams.executeDeepLink('https://teams.microsoft.com/l/call/0/0?users=4:%2b41123456789');
</script>
</body>
</html>
<!-- Source: https://tech-peanuts.com/2021/01/07/how-to-run-any-website-as-a-teams-app/ -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment