Skip to content

Commit 3894dc4

Browse files
authored
FCE-2419 / export PeerOptionsAgent and PeerOptionsWebrtc (#213)
## Description Export missing types. ## Motivation and Context They are needed. ## Documentation impact - [ ] Documentation update required - [ ] Documentation updated [in another PR](_) - [x] No documentation update required ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1 parent e629dce commit 3894dc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/js-server-sdk/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ export {
22
PeerStatus,
33
RoomConfig,
44
PeerOptions,
5+
PeerOptionsWebRTC,
6+
PeerOptionsAgent,
57
RoomConfigVideoCodecEnum,
68
RoomConfigRoomTypeEnum,
79
ViewerToken,

0 commit comments

Comments
 (0)