CarrierConfigManager.Ims.RtcpInactivityOnHold Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
RTCP inactivity occurred when call is on HOLD.
[Android.Runtime.Register("RTCP_INACTIVITY_ON_HOLD", ApiSince=33)]
public const int RtcpInactivityOnHold = 0;
[<Android.Runtime.Register("RTCP_INACTIVITY_ON_HOLD", ApiSince=33)>]
val mutable RtcpInactivityOnHold : int
Field Value
Value = 0- Attributes
Remarks
RTCP inactivity occurred when call is on HOLD.
Java documentation for android.telephony.CarrierConfigManager.Ims.RTCP_INACTIVITY_ON_HOLD
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.