Page MenuHomePhorge

On promotion to publisher display the media setup dialog
ClosedPublic

Authored by machniak on Feb 3 2021, 3:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 29, 9:25 AM
Unknown Object (File)
Mar 25 2024, 1:25 AM
Unknown Object (File)
Mar 20 2024, 2:48 PM
Unknown Object (File)
Mar 12 2024, 7:58 AM
Unknown Object (File)
Mar 11 2024, 7:06 PM
Unknown Object (File)
Jan 17 2024, 5:30 PM
Unknown Object (File)
Jan 9 2024, 7:07 AM
Unknown Object (File)
Dec 31 2023, 12:53 AM
Subscribers
Restricted Project

Details

Reviewers
vanmeeuwen
Group Reviewers
Restricted Project
Commits
rK5cc28b459b1c: On promotion to publisher display the media setup dialog
Test Plan

./phpunit tests/Browser/Meet

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

machniak created this revision.
vanmeeuwen subscribed.

More of a question than a request for further changes.

src/resources/js/meet/app.js
826

You mean, if the user previously denied the permission to media, right?

This revision now requires changes to proceed.Feb 3 2021, 3:57 PM
src/resources/js/meet/app.js
826

If user denied access to the media he will not be asked again. This requires a page refresh.
If user gave access to media before, in Firefox he's being asked again, in Chrome he isn't.

Addressing the user being more likely to deny permissions, therefore locking themselves out of participation is a challenge that is most likely best resolved with the "everyone's a subscriber" option.

This revision is now accepted and ready to land.Feb 4 2021, 11:40 AM
This revision was automatically updated to reflect the committed changes.