@zoom/react-native-videosdk
    Preparing search index...

    Type Alias ZoomVideoSdkPreJoinParam

    Pre-join parameters for two-step join flow. Used with prepareJoin(). When timeoutInterval is 0 or omitted, SDK default (30 seconds) is used.

    type ZoomVideoSdkPreJoinParam = {
        timeoutInterval?: number;
    }
    Index
    timeoutInterval?: number

    SSB wait timeout in seconds. 0 means SDK default 30 seconds.