You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2022. It is now read-only.
I also have this problem. it cannot publish my stream because of 1500 error and OT.exception :: title: Connection Failed (1013) msg: OT.Publisher PeerConnection Error: undefined is not a constructor (evaluating 'new AudioContext()')
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello everyone,
Currently I am not able to publish video or audio stream on iOS(v 8.2).
When I call the method session.publish it gives following error:
TypeError: undefined is not a constructor (evaluating 'new global.AudioContext()')
audioContext opentok.js:19676
Below is line 19676 :
"context = context || new global.AudioContext();"
So I investigate the opentok.js line:19676 and following "global.AudioContext" returns undefined:
Instead of global.AudioContext, global.webkitAudioContext is available in my project.
How can I solve the issue, do you have any idea ?
The text was updated successfully, but these errors were encountered: