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)
Mon, Jun 24, 4:21 AM
Unknown Object (File)
Fri, Jun 21, 5:00 PM
Unknown Object (File)
Mon, Jun 17, 8:02 AM
Unknown Object (File)
Mon, Jun 10, 10:03 PM
Unknown Object (File)
May 24 2024, 7:19 PM
Unknown Object (File)
May 22 2024, 8:47 PM
Unknown Object (File)
May 17 2024, 11:41 AM
Unknown Object (File)
May 7 2024, 3:22 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.