Skip to content

Releases: rtc-io/rtc-screenshare

3.1.0

27 Mar 01:30
Compare
Choose a tag to compare

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

22 Feb 22:16
Compare
Choose a tag to compare

Big improvements to the screenshare extension interaction, including the following:

  • Ability to check that the extension satisfies a particular semantic version string (#7)
  • Support for inline installation of the extension (with appropriate HTML provided in the page requiring the extension).
  • Screensharing is available without needing a page reload to enable (#6)

2.0.0

28 Oct 10:25
Compare
Choose a tag to compare

Modified the API to be a simple function call - screenshare(opts?, callback)