Interface Ready

interface Ready {
    op: READY;
    resumed: boolean;
    sessionId: string;
}

Properties

Properties

op: READY
resumed: boolean
sessionId: string