Page MenuHomePhorge

Publisher-to-subscriber and vice-versa
ClosedPublic

Authored by machniak on Jan 21 2021, 3:21 PM.
Tags
None
Referenced Files
F11817312: D2149.diff
Sat, Apr 20, 12:49 AM
F11816049: D2149.id5947.diff
Fri, Apr 19, 8:59 PM
Unknown Object (File)
Fri, Apr 19, 5:15 AM
Unknown Object (File)
Sun, Apr 14, 10:04 PM
Unknown Object (File)
Mon, Apr 8, 9:14 AM
Unknown Object (File)
Mar 19 2024, 5:27 AM
Unknown Object (File)
Mar 11 2024, 7:29 PM
Unknown Object (File)
Mar 6 2024, 7:18 PM
Subscribers
Restricted Project

Details

Summary
  • Added Permissions section in the user options dropdown
  • Use proper event system to handle audio/video status indication
  • Add "Nickname" item to the participant options menu
  • Code improvements
Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Branch
dev/openvidu-pub-to-sub-demote
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 32821
Build 12730: arc lint + arc unit

Event Timeline

machniak created this revision.
  • Cleanup
  • Simplify resize() calls
  • More tests
  • Test updateConnection endpoint
  • Add tests for media setup dialog

I've found one issue. The role change is not propagated to new connections. Scenario:

  1. User1 joins as a subscriber
  2. Moderator promotes him to a publisher
  3. User2 joins and sees a UI issue, because the User1 tail is a subscriber-like tile, and there's a video element of User1 "out of the matrix".
  • Cleanup
  • Simplify resize() calls
  • More tests
  • Test updateConnection endpoint
  • Media setup dialog
  • Fix test regressions
  • Add tests for media setup dialog
  • Fix connection role propagation to new connections
This revision is now accepted and ready to land.Feb 2 2021, 11:42 AM
This revision was automatically updated to reflect the committed changes.