Skip to content
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

Handle breakout rooms in token_owner_party #38

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

RalphKradle
Copy link

  • Use a timer object per room, starting timer when last owner leaves, and stopping timer when an owner joins.
  • Use code from event_sync plugin for dealing with breakout rooms.

@emrahcom
Copy link
Member

Hi @RalphKradle

The new module fails in my tests when I join the breakout room as moderator.
2024-12-23-125621

@RalphKradle
Copy link
Author

Hi @emrahcom , sorry for the late reply - I was on vacation. This was caused by an incomplete commit, which I have fixed in 5159a59.

@emrahcom
Copy link
Member

Hi @RalphKradle,

Thanks for the update. I get the following error with this version:

2025-01-13-135332

Logs are in /var/log/prosody/

@RalphKradle
Copy link
Author

@emrahcom Sorry about that. I have tried to fix it now by placing the call to run_when_component_loaded after the local function definition.

@emrahcom
Copy link
Member

Hi @RalphKradle, thanks for fixes

I tried the followings:

  • creating a meeting as moderator
  • joining the meeting as member twice (so, there are 3 participants in the room, 1 moderator and 2 members)
  • creating a breakout room
  • joining the breakout room as moderator

The module fails with this output:
2025-01-29-135028

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants