다음을 통해 공유


PhoneAccount.CapabilityAdhocConferenceCalling 필드

정의

주의

This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.

임시 전화 회의는 표시된 모든 참가자를 회의에 동시에 연결할 책임이 있는 ConnectionService 주소 TelecomManager#startConference(List<Uri>, int videoState) 목록을 제공하여 설정합니다.

[Android.Runtime.Register("CAPABILITY_ADHOC_CONFERENCE_CALLING", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.", true)]
public const Android.Telecom.PhoneAccountCapability CapabilityAdhocConferenceCalling = 16384;
[<Android.Runtime.Register("CAPABILITY_ADHOC_CONFERENCE_CALLING", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.", true)>]
val mutable CapabilityAdhocConferenceCalling : Android.Telecom.PhoneAccountCapability

필드 값

Value = 16384

구현

특성

설명

임시 전화 회의는 표시된 모든 참가자를 회의에 동시에 연결할 책임이 있는 ConnectionService 주소 TelecomManager#startConference(List<Uri>, int videoState) 목록을 제공하여 설정합니다. 이는 호출을 함께 병합하여 형성된 회의와는 대조적입니다(예: 사용 android.telecom.Call#mergeConference()).

에 대한 android.telecom.PhoneAccount.CAPABILITY_ADHOC_CONFERENCE_CALLINGJava 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상