Interface WhiteboardUpdatedData

interface WhiteboardUpdatedData {
    status: "started" | "ended";
    whiteboardUsers: WhiteboardUser[];
    members: Participant[];
    whiteboardData: WhiteboardData;
}

Properties

status: "started" | "ended"
whiteboardUsers: WhiteboardUser[]
members: Participant[]
whiteboardData: WhiteboardData
MMNEPVFCICPMFPCPTTAAATR