Forum Discussion
JSaueressig
9 years agoHonored Guest
Oculus UE4 Multiplayer - Moderated Rooms
Hello, I am working on an Unreal Engine 4.13.1 project and I am trying to get Oculus Multiplayer integrated. In OnlineSessionInterfaceOculus.cpp Oculus has a comment that says "// For now, finding s...
- 9 years agoOur documentation is a little lacking on moderated rooms right now. A moderated room is basically a public room that anyone can join. They always stick around and are not owned by any one player. (So if everyone leaves the moderated room, they'll still exist and won't be destroyed unlike normal rooms.) They can only be created through the Graph API:
POST: https://graph.oculus.com/room_moderated_create?max_users=<max_users>&access_token=<app_secret_acces_token>;
After that, you'll be able to find the moderated rooms. We doesn't have presence session in Oculus.
brian_jew
9 years agoExpert Protege
Our documentation is a little lacking on moderated rooms right now. A moderated room is basically a public room that anyone can join. They always stick around and are not owned by any one player. (So if everyone leaves the moderated room, they'll still exist and won't be destroyed unlike normal rooms.) They can only be created through the Graph API:
POST: https://graph.oculus.com/room_moderated_create?max_users=<max_users>&access_token=<app_secret_acces_token>;
After that, you'll be able to find the moderated rooms. We doesn't have presence session in Oculus.
POST: https://graph.oculus.com/room_moderated_create?max_users=<max_users>&access_token=<app_secret_acces_token>;
After that, you'll be able to find the moderated rooms. We doesn't have presence session in Oculus.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 2 years ago
- 10 months ago
- 2 months ago
- 2 years ago