Click or drag to resize

MediaInactivityTimeoutConfigCountRtcpAsActivity Property

Determines whether RTCP (control) packets are considered activity for timeout checks. If true, the most recent RTCP packet can reset the timeout timer. If false, only RTP packets are used. This is important for codecs like Opus with DTX enabled, where silence produces no RTP but RTCP packets may still flow.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntax
public bool CountRtcpAsActivity { get; set; }

Property Value

Boolean
See Also