Share via


MSLocalClientEventBase Dictionary object

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Contains information about the quality events detected by the endpoint. It is described in [MS-QoE] Section 2.2.1.29.

Syntax

typedef (MSLocalClientEventBase or MSAudioLocalClientEvent) MSLocalClientEvent;
dictionary MSLocalClientEventBase {
             float networkReceiveQualityEventRatio;
             float networkBandwidthLowEventRatio;
};

Standards information

MSLocalClientEventBase Dictionary

Member Type Description
networkBandwidthLowEventRatio float Fraction of the call that the reporting endpoint detected the available bandwidth or bandwidth policy was low enough to cause poor quality of the audio sent.
networkReceiveQualityEventRatio float Fraction of the call that the reporting endpoint detected the network was causing poor quality of the audio received.

 

See also

Statistics extensions

Statistics API