Confirmed users
632
edits
Line 220: | Line 220: | ||
} | } | ||
* '''operation''' - | * '''operation''' - For joining a room, will be set to "join" | ||
* '''displayName''' - | * '''displayName''' - User-friendly display name for the joining user. | ||
* '''clientMaxSize''' - | * '''clientMaxSize''' - Maximum number of room participants the user's client is capable of supporting. | ||
HTTP/1.1 200 OK | HTTP/1.1 200 OK | ||
Line 237: | Line 237: | ||
} | } | ||
* '''apiKey''' - | * '''apiKey''' - The provider public api Key | ||
* '''sessionId''' - | * '''sessionId''' - The provider session identifier | ||
* '''expires''' - | * '''sessionToken''' - The provider session token (for the room participant) | ||
* '''expires''' - The number of seconds within which the client must send another POST to this endpoint to remain a participant in this room. See [[#Room Membership and Soft State]] | |||
==== Refreshing Membership in a Room ==== | ==== Refreshing Membership in a Room ==== |