Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
JSaueressig's avatar
JSaueressig
Honored Guest
9 years ago
Solved

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...
  • brian_jew's avatar
    9 years ago
    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.