This library provides a higher-level interface for working with the Reach Core web library, organizing those interactions into sessions with features such as chat, video and screen sharing with recording and markup, media files, notes, and session history.
This library includes the Reach Core library as a peer dependency. With both packages installed, sessions are managed through a service model, allowing for persistence of state. Session history can be used by implementing the provided interface for storage interactions.
- 1.4.0:
- Revised start and end share functions to use newly-implemented replace track logic.
- 1.3.1:
- Changed return of sharing requests to match intended use, allowing pending requests to be tracked more easily.
- 1.3.0:
- Fixes to stream cleanup upon session completion
- 1.2.1:
- Update to session service configuration with regards to session invitations
- 1.2.0:
- Initial release