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.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntaxpublic bool CountRtcpAsActivity { get; set; }Public Property CountRtcpAsActivity As Boolean
Get
Set
public:
property bool CountRtcpAsActivity {
bool get ();
void set (bool value);
}member CountRtcpAsActivity : bool with get, set
Property Value
Boolean
See Also