SipAudioCall Constructors
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.
Overloads
SipAudioCall(Context, SipProfile) |
Creates a call object with the local SIP profile. |
SipAudioCall(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
SipAudioCall(Context, SipProfile)
Creates a call object with the local SIP profile.
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/net/sip/SipProfile;)V", "")]
public SipAudioCall (Android.Content.Context? context, Android.Net.Sip.SipProfile? localProfile);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/net/sip/SipProfile;)V", "")>]
new Android.Net.Sip.SipAudioCall : Android.Content.Context * Android.Net.Sip.SipProfile -> Android.Net.Sip.SipAudioCall
Parameters
- context
- Context
the context for accessing system services such as ringtone, audio, WIFI etc
- localProfile
- SipProfile
- Attributes
Remarks
Creates a call object with the local SIP profile.
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
SipAudioCall(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected SipAudioCall (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Net.Sip.SipAudioCall : nativeint * Android.Runtime.JniHandleOwnership -> Android.Net.Sip.SipAudioCall
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
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.