0

Agora SDK gives me this error and doesn't connect the stream only on the laptop mobile (the mobile screens we create under the responsivity section of Developer tools [Inspect Element]).

It works fine on normal mobiles and laptops but I also get an error for this. Any thing that I'm missing out or doing wrong?

Akshat Gupta
  • 572
  • 3
  • 7

1 Answers1

0

File a bug with agora. This is most likely using URL.createObjectURL(mediaStream) instead of setting videoElement.srcObject somewhere. And that method (or particular usage of the method) in Chrome 71 according to https://bugs.chromium.org/p/chromium/issues/detail?id=800767

Philipp Hancke
  • 15,855
  • 2
  • 23
  • 31