Azure-Samples / Azure-Samples/communication-services-web-calling-tutorial
Placing a call, permission check
- Dominant language
- JavaScript
- Stars
- 57
- Forks
- 77
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 1
Description
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is for a: (mark with an `x`)
```
- [ 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?
Contributor guide
Assessment
This issue has not been assessed yet.