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

Participants of multiple rooms #26

Open
NathanRSmith opened this issue Aug 20, 2012 · 0 comments
Open

Participants of multiple rooms #26

NathanRSmith opened this issue Aug 20, 2012 · 0 comments

Comments

@NathanRSmith
Copy link
Collaborator

Currently bb uses the session variable 'participant' to determine if a user is logged into a room which is set in 'JoinView'. What if a user wishes to have multiple rooms open in separate windows or in my case within the same Dashboard? Seems to me like there should a session object per participant per room and the room to be operated on should be passed in the request when a user leaves a room, sends a heartbeat, and sends a new room center (Join already passes the room name). Otherwise (I noticed) things like re-centering in one room will only affect the last room joined, not necessarily the room for which the center was set.

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

No branches or pull requests

1 participant