Skip to content

v1.1.0

Compare
Choose a tag to compare
@SangwonOh SangwonOh released this 13 Mar 00:04
· 9 commits to main since this release

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