Interface ParticipantState

interface ParticipantState {
    screensharing: boolean;
    sessionId: string;
}

Properties

screensharing: boolean
sessionId: string

Generated using TypeDoc