Skip to content

Commit e1cadc0

Browse files
committed
esp_peer: Add v1.2.6
- Added msid attribute in SDP - Fixed get extra data from turn server for padding issue - Added esp32c5 support
1 parent f74713a commit e1cadc0

File tree

8 files changed

+14
-2
lines changed

8 files changed

+14
-2
lines changed

.gitlab/ci/build_webrtc_solutions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
stage: build
33
tags:
44
- build
5-
image: espressif/idf:latest
5+
image: espressif/idf:release-v5.5
66
variables:
77
# Enable ccache for all build jobs. See configure_ci_environment.sh for more ccache related settings.
88
IDF_CCACHE_ENABLE: "1"

components/esp_peer/CHANGELOG.md

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

3+
## v1.2.6
4+
5+
### Bug Fixes
6+
7+
- Added `msid` support in SDP
8+
- Fixed padding issue of TURN server relay packet
9+
- Fixed race condition for SCTP reference count
10+
11+
### Features
12+
13+
- Added esp32c5 support
14+
315
## v1.2.5
416

517
### Bug Fixes

components/esp_peer/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: Espressif PeerConnection Library
2-
version: 1.2.5
2+
version: 1.2.6
33
url: "https://github.com/espressif/esp-webrtc-solution/tree/main/components/esp_peer"
44
documentation: "https://github.com/espressif/esp-webrtc-solution/tree/main/components/esp_peer/README.md"
55
issues: "https://github.com/espressif/esp-webrtc-solution/issues"
3.46 KB
Binary file not shown.
1020 KB
Binary file not shown.
5.07 KB
Binary file not shown.
3.47 KB
Binary file not shown.
3.46 KB
Binary file not shown.

0 commit comments

Comments
 (0)