Interface LiveServerSetupComplete

interface LiveServerSetupComplete {
    sessionId?: string;
}

Properties

Properties

sessionId?: string

The session id of the live session.