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
This example works fine on linux Chrome (latest stable).
It partly works on my iPad Mini 2, iOS9.1 with Bowser, patched with #61. getUserMedia works fine, however, createMediaStreamSource isn't available.
Is this feature something that will be provided through bowser or openwebrtc?
The text was updated successfully, but these errors were encountered:
I believe so far, as in this issue is describing, bowser is letting microphone access and that AudioContext gets instantiated. So the method createMediaStreamSource isn't working. Is there another syntax for that method ? Is it possible to load the audio web api scripts externally to get it work ?
I tried to use getUserMedia in combination with createMediaStreamSource as seen in this example: http://torchprinciple.com/tests/rec4/
This example works fine on linux Chrome (latest stable).
It partly works on my iPad Mini 2, iOS9.1 with Bowser, patched with #61. getUserMedia works fine, however, createMediaStreamSource isn't available.
Is this feature something that will be provided through bowser or openwebrtc?
The text was updated successfully, but these errors were encountered: