-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Changelog ### Added - Add EndedAt field to Ingress State (#40) - Log room name and participant ID (#191) - Gather input stats for url pull sessions (#192) - Add support for SRT in URL Pull ingress (#206) - Compute input media jitter (#205) - Gather pipeline output statistics (#207) - Add WHIP Simulcast Support (#209) ### Fixed - Use a secret token to authenticate relay connections (#186) - Update go-sdk to fix pli missed (#188) - Use new upstream go-gst repository (#189) - Refactor stats gathering functionality (#201) - Add nil check in media stats merging code (#204) - Do not use sample providers in the go SDK (#212)
- Loading branch information
1 parent
70f823d
commit 09377cc
Showing
4 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
|
||
package version | ||
|
||
const Version = "1.2.2" | ||
const Version = "1.3.0" |