다음을 통해 공유


ConnectionService.ConferenceRemoteConnections 메서드

정의

지정된 RemoteConnections를 전화 회의에 병합해야 한다는 것을 관련 RemoteConnectionService 항목에 나타냅니다.

[Android.Runtime.Register("conferenceRemoteConnections", "(Landroid/telecom/RemoteConnection;Landroid/telecom/RemoteConnection;)V", "", ApiSince=23)]
public void ConferenceRemoteConnections (Android.Telecom.RemoteConnection? remoteConnection1, Android.Telecom.RemoteConnection? remoteConnection2);
[<Android.Runtime.Register("conferenceRemoteConnections", "(Landroid/telecom/RemoteConnection;Landroid/telecom/RemoteConnection;)V", "", ApiSince=23)>]
member this.ConferenceRemoteConnections : Android.Telecom.RemoteConnection * Android.Telecom.RemoteConnection -> unit

매개 변수

remoteConnection1
RemoteConnection

회의에 대한 원격 연결의 첫 번째입니다.

remoteConnection2
RemoteConnection

회의에 대한 원격 연결의 두 번째입니다.

특성

설명

지정된 RemoteConnections를 전화 회의에 병합해야 한다는 것을 관련 RemoteConnectionService 항목에 나타냅니다.

회의 요청이 성공하면 메서드 #onRemoteConferenceAdded 가 호출됩니다.

에 대한 android.telecom.ConnectionService.conferenceRemoteConnections(android.telecom.RemoteConnection, android.telecom.RemoteConnection)Java 설명서

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

적용 대상