Skip to content

Commit 30167cf

Browse files
Update protocol to support Egress SRT & ImageOutput (#235)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c3a7b19 commit 30167cf

File tree

10 files changed

+231
-150
lines changed

10 files changed

+231
-150
lines changed

livekit-api/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"aiohttp>=3.9.0",
5454
"protobuf>=3",
5555
"types-protobuf>=4,<5",
56-
"livekit-protocol>=0.5.1,<2",
56+
"livekit-protocol>=0.6.0,<2",
5757
],
5858
package_data={
5959
"livekit.api": ["py.typed", "*.pyi", "**/*.pyi"],

livekit-protocol/livekit/protocol/agent.py

Lines changed: 41 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

livekit-protocol/livekit/protocol/agent.pyi

Lines changed: 15 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)