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
- [ x ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
clone repository && cd communication-services-web-calling-tutorial/Project
npm install
change the function "placeCall", replace communicationUserId with microsoftTeamsUserId
npm run build
npm run start
on the site opening click "provision user"
enter an azure AD user-id into the "destination identity" field
click on place call / place call with video
Any log messages given by the failure
UI shows "Call end reason: code: 403, subcode: 10124"
develer tools shows "ResultDetail":"Permission check for callee to interact with caller is not allowed.","ResultValue":"Failure","ResultCode":403
Expected/desired behavior
Call should start
OS and Version?
Windows 10
Versions
"@azure/communication-calling": "1.5.4-beta.1",
Mention any other details that might be useful
I have a request to build a solution for unattended offices where a guest can request to call an employee with the provided info screen system.
Is there any permission I can toggle to allow this?
The text was updated successfully, but these errors were encountered:
t-sanderv
pushed a commit
to t-sanderv/communication-services-web-calling-tutorial
that referenced
this issue
Jul 29, 2022
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Versions
Mention any other details that might be useful
I have a request to build a solution for unattended offices where a guest can request to call an employee with the provided info screen system.
Is there any permission I can toggle to allow this?
The text was updated successfully, but these errors were encountered: