Skip to content

Commit

Permalink
Fix screenshare option not being applied to participant egress (livek…
Browse files Browse the repository at this point in the history
…it#362)

* Add screenShare option to ParticipantEgressRequest

* Add changeset
  • Loading branch information
chrisackermann authored Dec 20, 2024
1 parent 628b9fd commit dd5e40f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/real-roses-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'livekit-server-sdk': patch
---

Fix screenshare option not being applied to participant egress
1 change: 1 addition & 0 deletions packages/livekit-server-sdk/src/EgressClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ export class EgressClient extends ServiceBase {
const req = new ParticipantEgressRequest({
roomName,
identity,
screenShare: opts?.screenShare ?? false,
options,
fileOutputs,
streamOutputs,
Expand Down

0 comments on commit dd5e40f

Please sign in to comment.