TelecomManager.StartConference(IList<Uri>, Bundle) Method

Definition

Place a new adhoc conference call with the provided participants using the system telecom service.

[Android.Runtime.Register("startConference", "(Ljava/util/List;Landroid/os/Bundle;)V", "GetStartConference_Ljava_util_List_Landroid_os_Bundle_Handler", ApiSince=31)]
[Android.Runtime.RequiresPermission("android.permission.CALL_PHONE")]
public virtual void StartConference (System.Collections.Generic.IList<Android.Net.Uri> participants, Android.OS.Bundle extras);
[<Android.Runtime.Register("startConference", "(Ljava/util/List;Landroid/os/Bundle;)V", "GetStartConference_Ljava_util_List_Landroid_os_Bundle_Handler", ApiSince=31)>]
[<Android.Runtime.RequiresPermission("android.permission.CALL_PHONE")>]
abstract member StartConference : System.Collections.Generic.IList<Android.Net.Uri> * Android.OS.Bundle -> unit
override this.StartConference : System.Collections.Generic.IList<Android.Net.Uri> * Android.OS.Bundle -> unit

Parameters

participants
IList<Uri>

List of participants to start conference with

extras
Bundle

Bundle of extras to use with the call

Attributes

Remarks

Java documentation for android.telecom.TelecomManager.startConference(java.util.List<android.net.Uri>, android.os.Bundle).

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