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

Is testQuality is not supported for Opera? #172

Open
StephenDocP opened this issue Sep 1, 2020 · 0 comments
Open

Is testQuality is not supported for Opera? #172

StephenDocP opened this issue Sep 1, 2020 · 0 comments

Comments

@StephenDocP
Copy link

Hello,

We are using this tool to precheck the quality of the call before our users call each other. We got a report that for Opera they get a message that the tool fails.

The code:

const otNetworkTest = new NetworkTest(OT, {
    apiKey: this.testApiKey,
    sessionId: this.testSessionId,
    token: this.testToken
}, {
    audioOnly: false,
    timeout: 30000
})

otNetworkTest.testConnectivity().then((connectionResults) => {
       otNetworkTest.testQuality((stats) => {

The message we can see is:

Error: Your current browser (Opera) does not support the audio-video quality test. Please run the test in a supported browser.

I did a quick test with Opera Version:70.0.3728.144 on Mac OS X.

Also the documentation states that Opera is supported.

Hopefully you can help or let us know why it is not working.

Thank you.

@StephenDocP StephenDocP changed the title Is Opera is not supported for testQuality? Is testQuality is not supported for Opera? Sep 1, 2020
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

No branches or pull requests

1 participant