Merge pull request #1546 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11282-remove-ios-controls-hack-not-needed to master

* commit '5038ca7613e71d84a706a6a5d8c8359d272778e4':
  FS-11282: Remove iOS 'controls' hack, not needed
This commit is contained in:
Christopher Rienzo 2018-08-24 13:00:27 +00:00
commit bbca34c6b2
1 changed files with 0 additions and 1 deletions

View File

@ -246,7 +246,6 @@
if (iOS) {
self.options.useVideo.setAttribute("playsinline", true);
self.options.useVideo.setAttribute("controls", true);
}
}