Search results

  1. T

    Video does not appear in local and remote streams on iOS Safari

    Hi Max. Thank you for the sample source code. After updating WebSDK to the latest build, I changed it like the sample source code, but it did not resolve. . And I was wrong, the problem was MacOS, not iOS. Is there any other solution?
  2. T

    Video does not appear in local and remote streams on iOS Safari

    Hi Max. I did the second publish () in the first STREAM_STATUS.UNPUBLISHED event trigger, but the problem was not solved. However, after stopping () a stream that was published with constraints.audio = false, it turned out that it was not streamed only when publishing with constraints.audio =...
  3. T

    Video does not appear in local and remote streams on iOS Safari

    After stream.stop () the published stream in Web SDK, Immediately after, you need to publish with another stream name in the same session. In this case, the video published later may not be displayed on iOS Safari only. However, if you setTimeout () for about 1 second between stop () and...
Top