Language

InCallService.VideoCall.Callback.OnCallSessionEvent(VideoSessionEvent) Method

Definition

Handles events related to the current video session which the InCallService may wish to handle.

[Android.Runtime.Register("onCallSessionEvent", "(I)V", "GetOnCallSessionEvent_IHandler", ApiSince=23)]
public abstract void OnCallSessionEvent(Android.Telecom.VideoSessionEvent e);
[<Android.Runtime.Register("onCallSessionEvent", "(I)V", "GetOnCallSessionEvent_IHandler", ApiSince=23)>]
abstract member OnCallSessionEvent : Android.Telecom.VideoSessionEvent -> unit

Parameters

Attributes

Remarks

Handles events related to the current video session which the InCallService may wish to handle. These are separate from requested changes to the session due to the underlying protocol or connection.

Callback originates from Connection.VideoProvider.handleCallSessionEvent(int).

Android reference for android.telecom.InCallService.VideoCall.Callback.onCallSessionEvent.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to