- Fix: Expose
RemoteStream
properly without deep imports
Reference Implementation
- Rename
IdentifiedStream
toRemoteStream
- Better connection lifecycle handling
- Add ability to listen for
ended
event on streams obtained via WDI WDIServer#provideStream()
now accepts theWDISession
that is requesting the stream- Added more diagnostics logging
Examples
- Updated client/server examples to use new
ended
lifecycle events - Server example now properly calculates audio calls-per-second (CPS)
Packaging
- Fix package metadata to properly reference homepage/issues/repository
Project
- Documentation enhancements
Packaging
- Fix links on npmjs.org package page
Project
- Documentation enhancements
Examples
- Add client & server examples
- Initial release comprised of an isomorphic reference implementation with simple media forwarding working