-
Notifications
You must be signed in to change notification settings - Fork 2
WebrtcCallEventListener
extends
CallEventListener
void onCameraVideoAdded(CameraVideoAddedEvent cameraVideoAddedEvent)
void onCameraVideoUpdated(CameraVideoUpdatedEvent cameraVideoUpdatedEvent)
void onCameraVideoRemoved()
void onScreenShareAdded(ScreenShareAddedEvent screenShareAddedEvent)
void onScreenShareRemoved(ScreenShareRemovedEvent screenShareRemovedEvent)
void onRemoteCameraVideoAdded(CameraVideoAddedEvent cameraVideoAddedEvent)
void onRemoteCameraVideoRemoved()
void onRemoteScreenShareAdded(ScreenShareAddedEvent screenShareAddedEvent)
void onRemoteScreenShareRemoved()
void onRemoteMuted()
void onRemoteUnmuted()
void onCallRecordingStarted(CallRecordingStartedEvent callRecordingStartedEvent)
Method that is triggered when camera video has been added locally on a call.
-
cameraVideoAddedEvent
:CameraVideoAddedEvent
- Event instance which contains the local camera RTC video track.
N/A
Method that is triggered when camera video has been updated (in any way changed) locally on a call.
-
cameraVideoUpdatedEvent
:CameraVideoUpdatedEvent
- Event instance which contains the updated local camera RTC video track.
N/A
Method that is triggered when camera video has been removed locally on a call.
none
N/A
Method that is triggered when screen sharing has been started locally on a call.
-
screenShareAddedEvent
:ScreenShareAddedEvent
- Event instance which contains the local screen share RTC video track.
N/A
Method that is triggered when screen sharing has been stopped locally on a call.
-
screenShareRemovedEvent
:ScreenShareRemovedEvent
- Event instance which contains the reason for the screenshare removal.
N/A
Method that is triggered when the remote user has added their camera video to the call.
-
cameraVideoAddedEvent
:CameraVideoAddedEvent
- Event instance which contains the remote camera RTC video track.
N/A
Method that is triggered when the remote user has removed their camera video from the call.
none
N/A
Method that is triggered when the remote user has shared their screen in the call.
-
screenShareAddedEvent
:ScreenShareAddedEvent
- Event instance which contains the remote screen share RTC video track.
N/A
Method that is triggered when the remote participant has removed their shared screen from the call.
none
N/A
Method that is triggered when the remote user has been muted in the call.
none
N/A
Method that is triggered when the remote user has been unmuted in the call.
none
N/A
Method that is triggered when the call recording has been started.
-
callRecordingStartedEvent
:CallRecordingStartedEvent
- Event instance which contains data about the current recording type in the call when the call recording is started.
N/A