Skip to content

Releases: AirenSoft/OvenLiveKit-Web

v1.2.0

20 Feb 05:23
Compare
Choose a tag to compare

What's Changed

  • TLS port for WebRTC by @saggiyogesh in #9
  • Add getMediaStream function to attach MediaStream by @marcusotterstad in #16
  • Add documentation about screen sharing (getDisplayMedia)

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

13 Mar 00:04
Compare
Choose a tag to compare

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

v1.0.4

10 Feb 07:44
Compare
Choose a tag to compare

v1.0.3

02 Feb 04:27
Compare
Choose a tag to compare

Release v1.0.2

29 Oct 07:12
Compare
Choose a tag to compare

Fix safari crash on iOS 15.1

safari crashes when h264 is used while negotiation.

Release v1.0.1

02 Sep 08:32
Compare
Choose a tag to compare

Add function to append additional string to the a=fmtp sections of SDP

Release v1.0.0

02 Sep 08:30
Compare
Choose a tag to compare

First release