Zoom Video SDK for React - v0.0.2
    Preparing search index...

    Interface MediaPlaybackFile

    Media playback file for audio or video input

    interface MediaPlaybackFile {
        currentTime?: number;
        loop?: boolean;
        playback?: boolean;
        url: string;
    }
    Index

    Properties

    currentTime?: number

    Start time of file playback.

    loop?: boolean

    Is loop

    playback?: boolean

    Whether to play the audio file locally

    url: string

    Media playback file URL.