SipManager.ExtraCallId 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.
Key to retrieve the call ID from an incoming call intent.
[Android.Runtime.Register("EXTRA_CALL_ID")]
public const string ExtraCallId;
[<Android.Runtime.Register("EXTRA_CALL_ID")>]
val mutable ExtraCallId : string
Field Value
- Attributes
Remarks
Key to retrieve the call ID from an incoming call intent.
Java documentation for android.net.sip.SipManager.EXTRA_CALL_ID
.
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.
Applies to
See also
- <xref:Android.Net.Sip.SipManager.Open(Android.Net.Sip.SipProfile%2c+Android.App.PendingIntent%2c+Android.App.PendingIntent)>