Skip to content

Commit ac02d73

Browse files
committed
Allow setting a list of SIP codecs for SDP.
1 parent 0f86fd3 commit ac02d73

19 files changed

Lines changed: 1351 additions & 1018 deletions

.changeset/sip-codecs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@livekit/protocol": patch
3+
"github.com/livekit/protocol": patch
4+
---
5+
6+
Allow setting a list of SIP codecs for SDP.
7+

.github/workflows/generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Go
3434
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3535
with:
36-
go-version: ">=1.20"
36+
go-version: ">=1.26"
3737

3838
- name: Go mod tidy
3939
run: go mod tidy

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/livekit/protocol
22

3-
go 1.25.0
3+
go 1.26
44

55
require (
66
buf.build/go/protoyaml v0.6.0

0 commit comments

Comments
 (0)