Skip to main content

The event emitted when the session has been established, as a response to the initial metadata frame sent by the client.


    sessionIdstringrequired

    The unique identifier of the session.


    typestringrequired

    Type discriminator.

    Default value: sessionMetadata
    Example: sessionMetadata
SessionMetadata
{
"sessionId": "string",
"type": "sessionMetadata"
}