interface RoomInfo {
    id: string;
    realJoinedUsers: string[];
    remoteJoinedUsers: string[];
    state: StateLookupEvent[];
}

Properties

id: string
realJoinedUsers: string[]
remoteJoinedUsers: string[]

Generated using TypeDoc