* @section CAPI_MEDIA_WEBRTC_STATISTICS_MODULE_OVERVIEW Overview
* The WebRTC Statistics API provides a function to get statistics information to monitor the status of the underlying network and pipeline.
* You can get various properties for each statistics type as below.
- * - WEBRTC_STATS_TYPE_CODEC is for a codec currently being used by RTP streams
- * - WEBRTC_STATS_TYPE_INBOUND_RTP is for RTP stream currently received
- * - WEBRTC_STATS_TYPE_OUTBOUND_RTP is for RTP stream currently sent
- * - WEBRTC_STATS_TYPE_REMOTE_INBOUND_RTP is for the remote peer's inbound RTP stream corresponding to an outbound RTP stream
- * - WEBRTC_STATS_TYPE_REMOTE_OUTBOUND_RTP is for the remote peer's outbound RTP stream corresponding to an inbound RTP stream
+ * - #WEBRTC_STATS_TYPE_CODEC is for a codec currently being used by RTP streams
+ * - #WEBRTC_STATS_TYPE_INBOUND_RTP is for RTP stream currently received
+ * - #WEBRTC_STATS_TYPE_OUTBOUND_RTP is for RTP stream currently sent
+ * - #WEBRTC_STATS_TYPE_REMOTE_INBOUND_RTP is for the remote peer's inbound RTP stream corresponding to an outbound RTP stream
+ * - #WEBRTC_STATS_TYPE_REMOTE_OUTBOUND_RTP is for the remote peer's outbound RTP stream corresponding to an inbound RTP stream
*
* @subsection CAPI_MEDIA_WEBRTC_STATISTICS_FOREACH_OPERATIONS Foreach Operations
* <div><table class="doxtable">