Releases: rtc-io/rtc-screenshare
Releases · rtc-io/rtc-screenshare
3.1.0
Added the ability to cancel a screensharing request via code using the cancelChooseDesktopMedia
call in the extension. This will require an update to any custom extensions to support the functionality or use of the rtc.io demo extension 1.8
or greater.
Usage is simple, a call to screenshare.cancel
after a request to screenshare.request
will cancel that request.
3.0.0
Big improvements to the screenshare extension interaction, including the following:
2.0.0
Modified the API to be a simple function call - screenshare(opts?, callback)