@flashphoner/websdk 2.0.224 → 2.0.225

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7727,9 +7727,9 @@ var playFirstSound = function playFirstSound(noise) {
7727
7727
  *
7728
7728
  * @memberof Flashphoner
7729
7729
  */
7730
- var playFirstVideo = function playFirstVideo(display, isLocal, src) {
7730
+ var playFirstVideo = function playFirstVideo(display, isLocal, src, useControls) {
7731
7731
  for (var mp in MediaProvider) {
7732
- return MediaProvider[mp].playFirstVideo(display, isLocal, src);
7732
+ return MediaProvider[mp].playFirstVideo(display, isLocal, src, useControls);
7733
7733
  }
7734
7734
  };
7735
7735