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

    Type Alias SessionMediaOptions

    Configuration options for session media settings

    type SessionMediaOptions = {
        audioOptions?: AudioOption;
        disableAudio?: boolean;
        disableVideo?: boolean;
        endSessionOnLeave?: boolean;
        videoOptions?: CaptureVideoOption;
        waitBeforeJoining?: boolean;
    }
    Index

    Properties

    audioOptions?: AudioOption

    Audio configuration options from @zoom/videosdk

    disableAudio?: boolean

    Whether to disable audio when joining the session

    disableVideo?: boolean

    Whether to disable video when joining the session

    endSessionOnLeave?: boolean

    Whether to end the session when the current user leaves (host only)

    videoOptions?: CaptureVideoOption

    Video configuration options from @zoom/videosdk

    waitBeforeJoining?: boolean

    Whether to wait before automatically joining the session