Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MatchedPlayerSession

import type { MatchedPlayerSession } from "https://aws-api.deno.dev/v0.3/services/gamelift.ts?docs=full";

Represents a new player session that is created as a result of a successful FlexMatch match. A successful match automatically creates new player sessions for every player ID in the original matchmaking request.

When players connect to the match's game session, they must include both player ID and player session ID in order to claim their assigned player slot.

interface MatchedPlayerSession {
PlayerId?: string | null;
PlayerSessionId?: string | null;
}

§Properties

§
PlayerId?: string | null
[src]

A unique identifier for a player

§
PlayerSessionId?: string | null
[src]

A unique identifier for a player session