MediaSFU React Native
    Preparing search index...

    Interface Stream

    interface Stream {
        producerId: string;
        muted?: boolean;
        stream?: MediaStream;
        socket_?: Socket;
        name?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    producerId: string
    muted?: boolean
    stream?: MediaStream
    socket_?: Socket
    name?: string