Language

VideoSessionEvent Enum

Definition

public enum VideoSessionEvent
type VideoSessionEvent = 
Inheritance
VideoSessionEvent

Fields

Name Value Description
RxPause 1

Video is not being received (no protocol pause was issued).

Android reference for android.telecom.Connection.VideoProvider.SESSION_EVENT_RX_PAUSE.

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.

RxResume 2

Video reception has resumed after a SESSION_EVENT_RX_PAUSE.

Android reference for android.telecom.Connection.VideoProvider.SESSION_EVENT_RX_RESUME.

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.

TxStart 3

Video transmission has begun. This occurs after a negotiated start of video transmission when the underlying protocol has actually begun transmitting video to the remote party.

Android reference for android.telecom.Connection.VideoProvider.SESSION_EVENT_TX_START.

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.

TxStop 4

Video transmission has stopped. This occurs after a negotiated stop of video transmission when the underlying protocol has actually stopped transmitting video to the remote party.

Android reference for android.telecom.Connection.VideoProvider.SESSION_EVENT_TX_STOP.

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.

CameraFailure 5

A camera failure has occurred for the selected camera. The VideoProvider can use this as a cue to inform the user the camera is not available.

Android reference for android.telecom.Connection.VideoProvider.SESSION_EVENT_CAMERA_FAILURE.

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.

CameraReady 6

Issued after SESSION_EVENT_CAMERA_FAILURE when the camera is once again ready for operation. The VideoProvider can use this as a cue to inform the user that the camera has become available again.

Android reference for android.telecom.Connection.VideoProvider.SESSION_EVENT_CAMERA_READY.

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.

CameraPermissionError 7

Session event raised by Telecom when android.telecom.InCallService.VideoCall.setCamera(String) is called and the caller does not have the necessary Manifest.permission.CAMERA permission.

Android reference for android.telecom.Connection.VideoProvider.SESSION_EVENT_CAMERA_PERMISSION_ERROR.

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.

Remarks

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