@fishjam-cloud/react-native-client - v0.19.0
    Preparing search index...

    Interface UseLivestreamResult

    interface UseLivestreamResult {
        connect: (url: string, token: string) => Promise<void>;
        disconnect: () => void;
    }
    Index

    Properties

    Properties

    connect: (url: string, token: string) => Promise<void>
    disconnect: () => void