4th beta version
Pre-release
Pre-release
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.
- There is an example of receiver for WebRTC in package
- Unit testing
- We tested with 100% of coverage MillicastDirector, MillicastLogger, MillicastSignaling and MillicastStreamEvents.