embed

Update Session Context

Merge additional context into an existing session and regenerate its join token.

Call this from the client side when context is only available at open() time (i.e. when using the advanced sessionId flow). Must be called before the user joins the room — the updated context is baked into the regenerated join token.

patch/v1/embed/sessions/{session_id}/context

Path parameters

session_idstring required

Request body

contextobject required

Response

Successful Response

{"stackTrail":"paths:/v1/embed/sessions/{session_id}/context:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes