FreakingGenius - v0.1.0
    Preparing search index...

    Interface SessionStartMessage

    Tutor → Edge: begin a tutoring session on the device.

    interface SessionStartMessage {
        messageId: string;
        sessionId: string;
        sessionLabel: string;
        timestamp: number;
        type: SESSION_START;
    }

    Hierarchy (View Summary)

    Index

    Properties

    messageId: string

    Unique message identifier (UUID v4) used for ACK correlation.

    sessionId: string

    Active session ID so both sides can correlate messages to a session.

    sessionLabel: string

    Human-readable session label shown on the device UI.

    timestamp: number

    Unix timestamp (ms) when the message was created.

    Discriminant string from BridgeMessageType.