Skip to content

Commit

Permalink
Update protocol to support Egress SRT & ImageOutput (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
davidzhao and github-actions[bot] authored Aug 18, 2024
1 parent c3a7b19 commit 30167cf
Show file tree
Hide file tree
Showing 10 changed files with 231 additions and 150 deletions.
2 changes: 1 addition & 1 deletion livekit-api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"aiohttp>=3.9.0",
"protobuf>=3",
"types-protobuf>=4,<5",
"livekit-protocol>=0.5.1,<2",
"livekit-protocol>=0.6.0,<2",
],
package_data={
"livekit.api": ["py.typed", "*.pyi", "**/*.pyi"],
Expand Down
78 changes: 41 additions & 37 deletions livekit-protocol/livekit/protocol/agent.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 15 additions & 4 deletions livekit-protocol/livekit/protocol/agent.pyi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 30167cf

Please sign in to comment.