Summary
Add the ability to set preferred video codec
instance.startStreaming(connectionUrl, {
preferredVideoFormat: 'VP8'
});
ConnectionConfig.preferredVideoFormat
- type
- String: Video codec name (eq. H256, VP8)
- If set the specified codec will be preferred if available.
Full Changelog: v1.0.4...v1.1.0