github AirenSoft/OvenLiveKit-Web v1.1.0

latest release: v1.2.0
13 months ago

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

Don't miss a new OvenLiveKit-Web release

NewReleases is sending notifications on new releases.