Returns a list of users that the logged in user was in a room with recently, sorted by relevance, along with any rooms they might be in. All you need to do to use this method is to use our Rooms API, and we will track the number of times users are together, their most recent encounter, and the amount of time they spend together.
Customization can be done via UserOptions. Create this object with ovr_UserOptions_Create. The params that could be used are:
ovr_UserOptions_SetTimeWindow - how recently should the users have played? The default is ovrTimeWindow_ThirtyDays.
ovr_UserOptions_SetMaxUsers - we will limit the number of results returned. By default, the number is unlimited, but the server may choose to limit results for performance reasons.
Parameters
userOptions Additional configuration for this request. Optional.
A message with type
ovrMessage_User_GetLoggedInUserRecentlyMetUsersAndRooms will be generated in response.