The CTLive Agent SDK allows the user to enable the browser's screen sharing feature. The user can choose to share the entire screen or a single application.
The screen sharing function is totally controlled by the browser based on the WebRTC implementation.
Start the ScreenSharing
contact.screenSharingStart
: start a new screensharing session. A dialog box will be displayed to choose whether to share the whole screen or a single application.
The management and graphic appearance of this dialog is totally delegated to the browser, so there could be little differences between browsers.
Stop the ScreenSharing
contact.screenSharingStop
: terminate an active screensharing session.