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

Can I close a Session for new Participants but keep it open for joined ones? #54

Open
sonnemaf opened this issue May 11, 2018 · 1 comment
Labels
sessions Track all Sessions related issues.

Comments

@sonnemaf
Copy link

Hi,

I'm using Project Rome in my UWP game for Multiplayer turned based game playing. It seems to work OK but I have a question or maybe a feature request.

Can I close a Session for new Participants but keep it open for joined ones? The host can start a game after 1 or more participants have joined the session. When the games is started no extra participants are allowed. If other users try to discover a session they still see the already started game. I would love to be able to "hide" session for discovery.

I used the QuizGame sample code (SessionManager) as a starting point for my own game.

Regards,

Fons
(ex Microsoft MVP)
[email protected]

@cmknox
Copy link
Contributor

cmknox commented May 15, 2018

@sonnemaf thanks for the question.

A RemoteSystemSession can be marked invite-only (see doc here) which will make it non-discoverable. However, a discoverable RemoteSystemSession (discoverable == non-invite-only) cannot be changed to invite-only after creation.

@cmknox cmknox added the sessions Track all Sessions related issues. label May 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sessions Track all Sessions related issues.
Projects
None yet
Development

No branches or pull requests

2 participants