Skip to content

Commit a879f55

Browse files
authored
Export TrackType enum as value entity (#1406)
1 parent cf1a07d commit a879f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export {
9595
Room,
9696
SubscriptionError,
9797
TrackPublication,
98+
TrackType,
9899
compareVersions,
99100
createAudioAnalyser,
100101
getBrowser,
@@ -127,5 +128,4 @@ export type {
127128
VideoSenderStats,
128129
ReconnectContext,
129130
ReconnectPolicy,
130-
TrackType,
131131
};

0 commit comments

Comments
 (0)