/* Wrapper generated by lp-gen-wrappers, do not edit*/
/**
* The LinphoneCallStats objects carries various statistic informations regarding quality of audio or video streams.
* @external LinphoneCallStats
**/
/**
* Get the bandwidth measurement of the received stream, expressed in kbit/s, including IP/UDP/RTP headers.
*
* @member {number} external:LinphoneCallStats#downloadBandwidth
* @readonly
**/
/**
* Get the state of ICE processing.
* @member {linphone.IceState} external:LinphoneCallStats#iceState
* @readonly
**/
/**
* Gets the remote reported loss rate since last report
* @member {number} external:LinphoneCallStats#receiverLossRate
* @readonly
**/
/**
* Get the local loss rate since last report
* @member {number} external:LinphoneCallStats#senderLossRate
* @readonly
**/
/**
* Get the bandwidth measurement of the sent stream, expressed in kbit/s, including IP/UDP/RTP headers.
* @member {number} external:LinphoneCallStats#uploadBandwidth
* @readonly
**/
/**
* Get the state of uPnP processing.
* @member {linphone.UpnpState} external:LinphoneCallStats#upnpState
* @readonly
**/
/**
* Gets the cumulative number of late packets
* @function external:LinphoneCallStats#getLatePacketsCumulativeNumber
* @param {external:LinphoneCall} call -
* @returns {number}
**/
/**
* Gets the remote reported interarrival jitter
* @function external:LinphoneCallStats#getReceiverInterarrivalJitter
* @param {external:LinphoneCall} call -
* @returns {number}
**/
/**
* Gets the local interarrival jitter
* @function external:LinphoneCallStats#getSenderInterarrivalJitter
* @param {external:LinphoneCall} call -
* @returns {number}
**/