kony.screenrecorder Namespace

The kony.screenrecorder namespace, helps you to implement the screen record feature of WebRTC in your web apps.

You can use the functions available in the kony.screenrecorder namespace to start, pause, resume, and stop the screen recording. To know the current state of the recording, use the getrecordedstate API. After the screen recording has been completed, use the getrecordeddata API to fetch the video as a Blob URL.

The APIs in kony.screenrecorder namespace are applicable only for the Desktop Web platform.

NOTE: This feature is currently supported only in Google Chrome ( v72 and later) , Mozilla Firefox( v66 ) and Opera(v60).

Functions

The kony.screenrecorder namespace contains the following functions.