Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/mean-humans-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@millicast/sdk": minor
---

Migrated simulcast setup to use the new sendEncodings API instead of SDP munging.
6 changes: 1 addition & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ classDiagram
+stopStats()
+async getRTCLocalSDP(options) string
+async setRTCRemoteSDP(sdp)
+updateBandwidthRestriction(sdp, bitrate) string
+updateBandwidthRestriction(bitrate) string
+async updateBitrate(bitrate)
}
class Signaling {
Expand Down Expand Up @@ -199,10 +199,6 @@ classDiagram
}
class SdpParser {
<<Singleton>>
+setStereo(sdp) string
+setDTX(sdp) string
+setVideoBitrate(sdp, bitrate) string
+setSimulcast(sdp, codec) string
}
class Logger {
<<Singleton>>
Expand Down
Loading
Loading