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#sendSessionModifyResponse(VideoProfile)
傳送以回應回 InCallService.VideoCall.Callback#onSessionModifyRequestReceived(VideoProfile)
呼。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。