中文翻译 https://rfc2cn.com/rfc5506.html // RTCP mode to use. Compound mode is described by RFC 4585 and reduced-size // RTCP mode is described by RFC 5506. enum class RtcpMode { kOff, kCompound, kReducedSize }; owt 默认的好像是 kReducedSize 复合 kC