Fishjam Web SDK - v0.18.0
    Preparing search index...

    Type Alias CustomSource<T>

    type CustomSource<T extends string> = {
        id: T;
        stream?: MediaStream;
        trackIds?: { audioId?: string; videoId?: string };
    }

    Type Parameters

    • T extends string
    Index

    Properties

    Properties

    id: T
    stream?: MediaStream
    trackIds?: { audioId?: string; videoId?: string }