interface GroupPresenceJoinIntent
deeplinkMessage
: String?
[Get] |
An opaque string provided by the developer to help bringing users together.
Signature
abstract val deeplinkMessage: String? |
destinationApiName
: String?
[Get] | Destination.apiName is the unique API Name that refers to an in-app destination.
Signature
abstract val destinationApiName: String? |
lobbySessionId
: String?
[Get] |
This is a session ID that represents a closer group/squad/party of users. It is expected that all users with the same lobby session id can see or hear each other. Users with the same lobby session id in their group presence will show up in the roster and will show up as "Recently Played With" for future invites if they aren't already Oculus friends.
Signature
abstract val lobbySessionId: String? |
matchSessionId
: String?
[Get] |
This is a session that represents all the users that are playing a specific instance of a map, game mode, round, etc. This can include users from multiple different lobbies that joined together and the users may or may not remain together after the match is over. Users with the same match session id in their group presence will not show up in the Roster, but will show up as "Recently Played with" for future invites.
Signature
abstract val matchSessionId: String? |