Member Junction
    Preparing search index...

    The persisted state of one interactive channel of the reviewed session.

    interface RealtimeSessionReviewChannelState {
        ChannelName: string;
        StateJson: string | null;
    }
    Index

    Properties

    ChannelName: string

    Channel display name (e.g. Whiteboard), denormalized on the session-channel row.

    StateJson: string | null

    The channel's serialized state of record (AIAgentSessionChannel.Config), or null when none was saved.