MediaSFU React Native
    Preparing search index...

    Interface Request

    interface Request {
        id: string;
        icon: string;
        name?: string;
        username?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    id: string
    icon: string
    name?: string
    username?: string