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
Calling a Teams user using [microsoftTeamsUserId](/javascript/api/@azure/communication-common/microsoftteamsuseridentifier?view=azure-node-latest#microsoftTeamsUserId):
45
45
```js
46
-
constteamsCallee= { microsoftTeamsUserId:'8:orgid:<Teams User AAD Object ID>' }
46
+
constteamsCallee= { microsoftTeamsUserId:'<Teams User AAD Object ID>' }
47
47
constcall=callAgent.startCall([teamsCallee]);
48
48
```
49
49
@@ -67,7 +67,7 @@ async function createChatThread() {
0 commit comments