Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ScreenShareRemovedEvent

Lejla Solak edited this page Feb 10, 2025 · 2 revisions



getReason()

Description

Getter for the reason field.

Arguments

  • none

Returns

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

Example

WebrtcCallEventListener webrtcCallEventListener = new DefaultWebrtcCallEventListener() {
    @Override
    public void onScreenShareRemoved(ScreenShareRemovedEvent screenShareRemovedEvent) {
        VideoRemovalReason reason = screenShareRemovedEvent.getReason();
    }
};

Tutorials

Migration guides

Reference documentation

Clone this wiki locally