-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception on sound in Firefox / Request permission for media #58
Comments
I get an error in Firefox when the permission is granted:
and when I do not allow it
In Chrome (Chromium) there is a similar error. I noticed that the request to get the audio file ( Why with not given permission you don't get an error I can't say. For me it occurs when I do activate Environment
|
* Menubar styling * Refactor: User -> UserCredentials; UserDisplay -> User. These names better reflect the meaning of the objects. Also: Backend implementation of AvatarURL. * Avatar Upload #19 * Fixed typo * Better error overlay. * Logout styled * Simplified full page components for error messages, etc. * ktlint formatter * Ticket-list reworked 30% * add-ticket icon * Tickets reworked * UserIconService * Credentials to user * Fixed userAvatar in Tickets. * Sidemenues * Cleanup + BugFix: dead conferences * Fix invitation accuracy. * Better overlay error * Login error handling. * Fixed undefined behavior in AuthManager * Choose conference to join. * Conference visibility preparations. * ktlint * Update attendees from BBB server * missing menu component... * Merge backend code from ui-overhaul * clean sender * Small tweaks. * rename * Dynamic side panel components. & Fixed color calculation. * fix assets * fixed assets and changed routes in backend / frontend. #58? * Update web-gui/src/app/page-components/classroom/classroom.component.ts Co-authored-by: Max Stephan <[email protected]> * Updating attendees from BBB backend needs longer delay, since BBB registers disconnects once a minute. * layout change. * Update web-gui/src/index.html Co-authored-by: Max Stephan <[email protected]> * minor fix on example.env * Fixes on docker build process. * Fixed some sound problems and centralized asset management. * Angular update. * Strict ESLint :') * [examples][docker-compose] fix CLASSROOM_HOST Co-authored-by: Max Stephan <[email protected]>
Reopen if still relevant. Sound handling was changed. |
When you get an invitation, you get the following error message:
Uncaught (in promise): NotSupportedError: The media resource indicated by the src attribute or assigned media provider object was not suitable.
. This should not be displayed because the browser either does not support this function or the user has rejected the authorization (Thus this error is intentional). Maybe you could add a setting later to activate this function (ask for permission again).Originally posted by @mxsph in #34 (review)
The text was updated successfully, but these errors were encountered: