Releases: AirenSoft/OvenLiveKit-Web
Releases · AirenSoft/OvenLiveKit-Web
v1.2.0
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
- @saggiyogesh made their first contribution in #9
- @marcusotterstad made their first contribution in #16
Full Changelog: v1.1.0...v1.2.0
v1.1.0
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
Summary
v1.0.3
Release v1.0.2
Fix safari crash on iOS 15.1
safari crashes when h264 is used while negotiation.
Release v1.0.1
Add function to append additional string to the a=fmtp
sections of SDP
Release v1.0.0
First release