You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v102
Add more GCP regions and locations
Add tags and histograms to call complete
Add support for value histogram macro with tags
Update Rust dependencies
Fix event macro with tags typo, add tests
Add rustfmt.toml to standardize import ordering
v99
Changes:
- Remove unneeded references to VP8
- Require frame number in dependency descriptor
- Inline DependencyDescriptor and remove VP8 header rewriting
- Remove VP8 header parsing
- Use video layers allocation, reallocate video when properties change
- Parse video layers allocation header extension; factor out BitBuffer
- Only switch forwarding SSRC if the first keyframe packet is in order
- Augment reuse detector to handle reuse inside RTX
Changes:
- Pin CI ubuntu version
- Add prefix to call link room key for dynamodb
- Queue outgoing video packets for new connections before ICE nomination
- Improve call activity status
Update Dependencies:
- Update quinn, quinn-proto
Fixes:
- Fix axum compiler error