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

Update the Minimal template with the new SDK changes #133

Merged
merged 2 commits into from
Feb 28, 2025

Conversation

iAmmar7
Copy link
Contributor

@iAmmar7 iAmmar7 commented Feb 27, 2025

This PR updates the minimal template as per the latest SDK changes introduced in the Dev version.

Also, this fixes the session.token problem for the minimal template.

}

async function makeCall() {
async function connect() {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@giavac; with this method, you can set the token via browser console:

window._token = '.......'

And then call this connect() method.

await call.start()
}

async function hangup() {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will allow hangup, which is not integrated into the UI.

@iAmmar7 iAmmar7 requested review from jpsantosbh and giavac February 27, 2025 17:09
@iAmmar7 iAmmar7 merged commit f6b7567 into main Feb 28, 2025
3 checks passed
@iAmmar7 iAmmar7 deleted the aa/sdk-update-minimal branch March 7, 2025 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants