playfirstvideo

  1. K

    Possible error in playFirstVideo()

    Hello, Currently, main part of playFirstVideo() method is following: if (src) { video.src = src; video.play().then(function () { display.appendChild(video); resolve(); })["catch"](function () { //WCS-2375. fixed autoplay in ios safari...
  2. T

    Documented scripts working only on desktops?

    Hello all, newbie here. I want to provide my broadcasters with a simple tool, so I grabbed this piece of code that works fine on desktops (as far as I tried), but the "publish" button will not do anything on a smartphone. Any clues? I'm also open to an alternative solution anyone may have. My...
Top