Skip to content

Commit f1ee551

Browse files
committed
update.
1 parent b5f62c2 commit f1ee551

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 2.5.0+hotfix.2
4+
5+
* hotfix: bump libwebrtc to m137.7151.03 to support H.265 (#837)
6+
* feat: Expose ParticipantState (#848)
7+
* chore: Update protobuf to v1.39.2 (#847)
8+
39
## 2.5.0+hotfix.1
410

511
* fix: Switch to livekit fork of noise for 16KB page support (#839)

lib/src/options.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ class AudioPublishOptions extends PublishOptions {
356356

357357
final backupCodecs = ['vp8', 'h264'];
358358

359-
final videoCodecs = ['vp8', 'h264', 'vp9', 'av1'];
359+
final videoCodecs = ['vp8', 'h264', 'h265', 'vp9', 'av1'];
360360

361361
bool isBackupCodec(String codec) {
362362
return backupCodecs.contains(codec.toLowerCase());

0 commit comments

Comments
 (0)