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

Properties

screensharing: boolean
sessionId: string