Connection.VideoProvider.OnSendSessionModifyResponse(VideoProfile) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 비디오 세션 속성을 변경하는 요청에 대한 응답을 제공합니다.
[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 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.