Interface ReadyCheckStartedData

Data for ready-check.started event.

interface ReadyCheckStartedData {
    expiresAt: string;
    initiatorId: string;
    initiatorName: string;
    keyId?: string;
    participantCount: number;
    sessionId: string;
    source: string;
    templateId: string;
}

Properties

expiresAt: string
initiatorId: string
initiatorName: string
keyId?: string
participantCount: number
sessionId: string
source: string
templateId: string