Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure SDK Review - [Introduction to IC3 ACS Calling] #7612

Open
azure-sdk opened this issue Jun 3, 2024 · 0 comments
Open

Azure SDK Review - [Introduction to IC3 ACS Calling] #7612

azure-sdk opened this issue Jun 3, 2024 · 0 comments
Labels
Client This issue points to a problem in the data-plane of the library. Communication needs-team-triage Workflow: This issue needs the team to triage.

Comments

@azure-sdk
Copy link
Collaborator

New SDK Review meeting has been requested.

Service Name: IC3 ACS Calling
Review Created By: Jiri Burant
Review Date: 06/05/2024 02:05 PM PT

Release Plan:
Hero Scenarios Link: here
Architecture Diagram Link: Not Provided
Core Concepts Doc Link: Not Provided
APIView Links: Javascript,

Description: This change enables caller to hide the caller identity, when either starting an outbound call, adding participant to existing call or transferring the call. The effect of this is that the caller number will be masked on the callee side and the number will be shown as anonymous (hidden number). Billing and routing won't be affected.

Example of a valid business case for this feature is mental health or abuse helpline, where it's desirable that the privacy of caller is protected (we already have this requirement from YourTown customer).

Scope of the review is just JS.

Code example:
const call = callAgent.startCall(

[{phoneNumber: 'CALLEE_NUMBER'}],

{alternateCallerId: {phoneNumber: 'CALLER_NUMBER'}, privacyOptions: {hideCallerId: true} });

Detailed meeting information and documents provided can be accessed here

@github-actions github-actions bot added Client This issue points to a problem in the data-plane of the library. Communication needs-team-triage Workflow: This issue needs the team to triage. labels Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Communication needs-team-triage Workflow: This issue needs the team to triage.
Projects
None yet
Development

No branches or pull requests

1 participant