Skip to content

Commit

Permalink
Export enums AudioCodec and VideoCodec from @livekit/protocol (li…
Browse files Browse the repository at this point in the history
…vekit#375)

* Export enums `AudioCodec` and `VideoCodec` from @livekit/protocol

* Create wise-hounds-learn.md

---------

Co-authored-by: David Zhao <[email protected]>
  • Loading branch information
Philzen and davidzhao authored Jan 6, 2025
1 parent a1d26a1 commit 430cf4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wise-hounds-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"livekit-server-sdk": patch
---

Export enums `AudioCodec` and `VideoCodec` from @livekit/protocol
2 changes: 2 additions & 0 deletions packages/livekit-server-sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

export {
AliOSSUpload,
AudioCodec,
AutoParticipantEgress,
AutoTrackEgress,
AzureBlobUpload,
Expand Down Expand Up @@ -49,6 +50,7 @@ export {
TrackSource,
TrackType,
WebEgressRequest,
VideoCodec,
} from '@livekit/protocol';
export * from './AccessToken.js';
export * from './AgentDispatchClient.js';
Expand Down

0 comments on commit 430cf4a

Please sign in to comment.