Поделиться через


ConnectionService.ConferenceRemoteConnections Метод

Определение

Указывает на то RemoteConnectionService , что указанные RemoteConnectionзначения должны быть объединены в конференц-звонок.

[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

Второй из удаленных подключений к конференции.

Атрибуты

Комментарии

Указывает на то RemoteConnectionService , что указанные RemoteConnectionзначения должны быть объединены в конференц-звонок.

Если запрос конференции выполнен успешно, метод #onRemoteConferenceAdded будет вызван.

Документация по Java для android.telecom.ConnectionService.conferenceRemoteConnections(android.telecom.RemoteConnection, android.telecom.RemoteConnection).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к