TelecomManager.StartConference(IList<Uri>, Bundle) Method
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.
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
- extras
- Bundle
Bundle of extras to use with the call
- Attributes
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.