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

Share statistic information.

Type declaration

  • 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.

MMNEPVFCICPMFPCPTTAAATR