Skip to content

session.isClient fix#1067

Open
inespew wants to merge 2 commits intojsfiddle:developfrom
inespew:isclient-fix
Open

session.isClient fix#1067
inespew wants to merge 2 commits intojsfiddle:developfrom
inespew:isclient-fix

Conversation

@inespew
Copy link
Copy Markdown

@inespew inespew commented May 6, 2015

When collaborators pass on subpages every one of them became a Creator (session.isClient = false). This code fixes this and there is only one creator (session.isClient = false)(the one who started the session) and all who have joined the session are participants (session.isClient = true)

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.

1 participant