-
Notifications
You must be signed in to change notification settings - Fork 56
Lobby Call Support Sample - Defined code and tested against the scenario #80
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
base: main
Are you sure you want to change the base?
Conversation
| # Callback URI host for ACS Call Automation | ||
| CALLBACK_URI_HOST = os.getenv("CALLBACK_URI_HOST", "") | ||
| # ACS Generated IDs for Call Automation | ||
| ACS_GENERATED_ID_FOR_LOBBY_CALL_RECEIVER = os.getenv("ACS_GENERATED_ID_FOR_LOBBY_CALL_RECEIVER", "") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove the GENERATED? Keep as ACS_LOBBY_CALL_RECEIVER, ACS_TARGET_CALL_RECEIVER, ACS_TARGET_CALL_SENDER
In Readme you can add the steps to generated the acs user id.
|
@v-kuppu please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Purpose
This sample demonstrates how to utilize the Call Automation SDK to implement a Lobby Call scenario. Users join a lobby call and remain on hold until an user in the target call confirms their participation. Once approved, Call Automation (bot) automatically connects the lobby users to the designated target call. The sample uses a client application (java script sample) available in Web Client Quickstart.
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
What to Check
Verify that the following are valid
Other Information