MediaSFU Shared
    Preparing search index...

    Interface ViewerSessionIdentity

    interface ViewerSessionIdentity {
        viewerId: string;
        roomName: string;
        playbackUrl?: string;
        protocol?: "hls" | "whep";
        token?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    viewerId: string

    Opaque id for this viewer, issued by the provider.

    roomName: string

    The room being watched.

    playbackUrl?: string

    Where to play from. Absent until the provider issues one.

    protocol?: "hls" | "whep"

    'hls' or 'whep'; inferred from the URL when omitted.

    token?: string

    Anything the provider needs handed back on later calls.