ScreenSharingSession
This interface represents a running Screen Sharing aka Remote Control session.
Functions
Link copied to clipboard
Register a FileBoxCallback instance that receives file box callbacks.
Link copied to clipboard
Link copied to clipboard
Disconnects this session and goes offline. This will also trigger a call to SessionCallback.onSessionEnded at some point.
Must be called from the main thread.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Unregister a FileBoxCallback previously registered with .addFileBoxCallback. It will not receive any further callbacks.
Link copied to clipboard
Link copied to clipboard
Share files with the remote supporter. This action is asynchronous.
Must be called from the main thread.