SipAudioCall.StartAudio Method

Definition

Starts the audio for the established call.

[Android.Runtime.Register("startAudio", "()V", "GetStartAudioHandler")]
public virtual void StartAudio ();
[<Android.Runtime.Register("startAudio", "()V", "GetStartAudioHandler")>]
abstract member StartAudio : unit -> unit
override this.StartAudio : unit -> unit
Attributes

Remarks

Starts the audio for the established call. This method should be called after Listener#onCallEstablished is called. <p class="note"><strong>Note:</strong> Requires the android.Manifest.permission#RECORD_AUDIO, android.Manifest.permission#ACCESS_WIFI_STATE and android.Manifest.permission#WAKE_LOCK permissions.</p>

Java documentation for android.net.sip.SipAudioCall.startAudio().

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