Skip to content

4th beta version

Pre-release
Pre-release

Choose a tag to compare

@emilsas emilsas released this 26 Apr 14:00
· 571 commits to main since this release
c317b6b

Changelog

  • Prevention of "bad usage" of SDK.
    • We changed MillicastPublish and MillicastView module constructors to receive stream name, so every instance is tied to a particular stream, preventing reuse of the same object to broadcast to other streams.
    • It is in charge of the developer, call broadcast or connect function with a connection path as soon as possible before token expiration.
    • There are some examples in the docs of how to use them.
  • Google Cast WebRTC support
    • There is an example of receiver for WebRTC in package millicast-chromecast-receiver
    • The viewer demo implements a basic sender to test Google Cast support.
  • Unit testing
    • We tested with 100% of coverage MillicastDirector, MillicastLogger, MillicastSignaling and MillicastStreamEvents.