-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improved support for media autoplay restrictions that may be imposed by web browsers. * If event-triggered sounds are configured but autoplay restrictions would prevent them from playing, UI3 will now prompt the user to click anywhere to finish the loading process. The click should lift the autoplay restriction for the session. * A new option in the "Video Player" section can enable the full-page warning overlay when camera audio is unable to play due to autoplay restrictions.
- Loading branch information
Showing
4 changed files
with
134 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.clipIconWrapper 1 | ||
#exportOffsetStart 1 | ||
#exportOffsetEnd 2 | ||
.clipDesc 10 | ||
#statusArea 50 | ||
#layouttop 100 | ||
#datePickerDialog 100 | ||
#bigThumb 9999 | ||
#loadingmsgwrapper 99999 (defined in html style attribute) | ||
.inputRequiredToPlay 500000 | ||
#toast-container 999999 (defined in toastr css) | ||
.dropdown_list 9999999 | ||
.playbackSettings 9999999 | ||
.profileListItem.ghost 999999999 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters