OptionalshareRecvFps?: () => Promise<number>OptionalshareRecvFrameHeight?: () => Promise<number>Retrieves the frame height of received share content.
OptionalshareRecvFrameWidth?: () => Promise<number>Retrieves the frame width of received share content.
OptionalshareRecvJitter?: () => Promise<number>Retrieves the jitter of received share content.
OptionalshareRecvLatency?: () => Promise<number>Retrieves the latency of received share content.
OptionalshareRecvPacketLossAvg?: () => Promise<number>Retrieves the average packet loss of received share content.
OptionalshareRecvPacketLossMax?: () => Promise<number>Retrieves the maximum packet loss of received share content.
OptionalshareSendFps?: () => Promise<number>Retrieves the frames per second of sent share content.
OptionalshareSendFrameHeight?: () => Promise<number>Retrieves the frame height of sent share content.
OptionalshareSendFrameWidth?: () => Promise<number>Retrieves the frame width of sent share content.
OptionalshareSendJitter?: () => Promise<number>Retrieves the jitter of sent share content.
OptionalshareSendLatency?: () => Promise<number>Retrieves the latency of sent share content.
OptionalshareSendPacketLossAvg?: () => Promise<number>Retrieves the average packet loss of sent share content.
OptionalshareSendPacketLossMax?: () => Promise<number>Retrieves the maximum packet loss of sent share content.
Retrieves the frames per second of received share content.