Type Alias ZoomVideoSdkShareStatisticInfoType
ZoomVideoSdkShareStatisticInfoType: {
getBpf: () => Promise<boolean>;
getFps: () => Promise<boolean>;
getHeight: () => Promise<boolean>;
getWidth: () => Promise<boolean>;
}
Type declaration
getBpf: () => Promise<boolean>
getFps: () => Promise<boolean>
getHeight: () => Promise<boolean>
getWidth: () => Promise<boolean>
Share statistic information.