다음을 통해 공유


Connection.VideoProvider.OnSendSessionModifyResponse(VideoProfile) 메서드

정의

현재 비디오 세션 속성을 변경하는 요청에 대한 응답을 제공합니다.

[Android.Runtime.Register("onSendSessionModifyResponse", "(Landroid/telecom/VideoProfile;)V", "GetOnSendSessionModifyResponse_Landroid_telecom_VideoProfile_Handler", ApiSince=23)]
public abstract void OnSendSessionModifyResponse (Android.Telecom.VideoProfile? responseProfile);
[<Android.Runtime.Register("onSendSessionModifyResponse", "(Landroid/telecom/VideoProfile;)V", "GetOnSendSessionModifyResponse_Landroid_telecom_VideoProfile_Handler", ApiSince=23)>]
abstract member OnSendSessionModifyResponse : Android.Telecom.VideoProfile -> unit

매개 변수

responseProfile
VideoProfile

응답 비디오 프로필입니다.

특성

설명

현재 비디오 세션 속성을 변경하는 요청에 대한 응답을 제공합니다.

예를 들어 피어가 양방향 화상 통화로 오디오 전용 호출을 요청하고 업그레이드하는 경우 요청을 거절하고 통화를 오디오 전용으로 유지할 수 있습니다. 이러한 시나리오 responseProfile 에서는 비디오 상태가 VideoProfile#STATE_AUDIO_ONLY있습니다. 사용자가 요청을 수락하기로 결정한 경우 비디오 상태는 VideoProfile#STATE_BIDIRECTIONAL다음과 입니다.

콜백에 InCallService 대한 응답으로 InCallService.VideoCall.Callback#onSessionModifyRequestReceived(VideoProfile) 통해 InCallService.VideoCall#sendSessionModifyResponse(VideoProfile) 전송됩니다.

에 대한 android.telecom.Connection.VideoProvider.onSendSessionModifyResponse(android.telecom.VideoProfile)Java 설명서

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

적용 대상