RemoteShareCallback

interface RemoteShareCallback

Callback interface for remote share events.

Functions

Link copied to clipboard
abstract fun onFrameSizeChanged(width: Int, height: Int)

Called when remote share frame size changes.

Link copied to clipboard
abstract fun onShareStarted()

Called when remote share starts.

Link copied to clipboard
abstract fun onShareStopped()

Called when remote share stops.