Skip to content

CameraVideoRemovedEvent

Ajša Terko edited this page Jul 23, 2025 · 1 revision



getReason()

Description

Getter for the reason field.

Arguments

  • none

Returns

  • VideoRemovalReason - The value of the reason field, which represents the reason for camera video removal.

Example

ApplicationCallEventListener applicationCallEventListener = new DefaultApplicationCallEventListener() {
    @Override
    public void onCameraVideoRemoved(CameraVideoRemovedEvent cameraVideoRemovedEvent) {
        VideoRemovalReason reason = cameraVideoRemovedEvent.getReason();
    }
};

Tutorials

Migration guides

Reference documentation

Clone this wiki locally