Fishjam Web SDK - v0.18.0
    Preparing search index...
    interface UseLivestreamResult {
        connect: (url: string, token: string) => Promise<void>;
        disconnect: () => void;
        error: null | LivestreamError;
        stream: null | MediaStream;
    }
    Index

    Properties

    connect: (url: string, token: string) => Promise<void>
    disconnect: () => void
    error: null | LivestreamError
    stream: null | MediaStream