MediaSFU Shared
    Preparing search index...

    Interface ResolvedMedia

    A resolved media entry with the producer reference that identifies it.

    interface ResolvedMedia {
        stream: MediaStream;
        producerId: string;
        name: string;
    }
    Index

    Properties

    stream: MediaStream
    producerId: string
    name: string

    Participant display name when the SDK exposes one for this producer.