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

    Share statistic information.

    type ZoomVideoSdkShareStatisticInfoType = {
        getBpf: () => Promise<boolean>;
        getFps: () => Promise<boolean>;
        getHeight: () => Promise<boolean>;
        getWidth: () => Promise<boolean>;
    }

    Implemented by

    Index

    Properties

    getBpf: () => Promise<boolean>

    Get the video's bit rate.

    getFps: () => Promise<boolean>

    Get the video's Frames Per Second (FPS).

    getHeight: () => Promise<boolean>

    Get the video's frame height.

    getWidth: () => Promise<boolean>

    Get the video's frame width.