File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' livekit-client ' : patch
3+ ---
4+
5+ Convert internal exports to be external in examples/demo
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import FrameMetadataWorker from '../../src/frameMetadata/worker/frameMetadata.wo
55import type {
66 BackupVideoCodec ,
77 ChatMessage ,
8+ DataTrackFrame ,
89 LocalDataTrack ,
910 RemoteDataTrack ,
1011 RoomConnectOptions ,
@@ -33,6 +34,7 @@ import {
3334 RpcError ,
3435 ScreenSharePresets ,
3536 Track ,
37+ TrackEvent ,
3638 TrackPublication ,
3739 VideoPresets ,
3840 VideoQuality ,
@@ -42,14 +44,14 @@ import {
4244 isLocalTrack ,
4345 isRemoteParticipant ,
4446 isRemoteTrack ,
47+ isSVCCodec ,
4548 isVideoTrack ,
4649 setLogLevel ,
4750 supportsAV1 ,
51+ supportsH265 ,
4852 supportsVP9 ,
4953} from '../../src/index' ;
50- import type { DataTrackFrame } from '../../src/room/data-track/frame' ;
51- import { TrackEvent } from '../../src/room/events' ;
52- import { isSVCCodec , sleep , supportsH265 } from '../../src/room/utils' ;
54+ import { sleep } from '../../src/room/utils' ;
5355import { enableMachineInspector } from '../../src/utils/machineInspector' ;
5456import { machinePanelSawRoom , openMachinePanel } from './machinePanel' ;
5557
Original file line number Diff line number Diff line change @@ -53,12 +53,14 @@ import {
5353 isLocalTrack ,
5454 isRemoteParticipant ,
5555 isRemoteTrack ,
56+ isSVCCodec ,
5657 isVideoCodec ,
5758 isVideoTrack ,
5859 supportsAV1 ,
5960 supportsAdaptiveStream ,
6061 supportsAudioOutputSelection ,
6162 supportsDynacast ,
63+ supportsH265 ,
6264 supportsVP9 ,
6365} from './room/utils' ;
6466import { getBrowser } from './utils/browserParser' ;
@@ -149,12 +151,14 @@ export {
149151 supportsAdaptiveStream ,
150152 supportsAudioOutputSelection ,
151153 supportsDynacast ,
154+ supportsH265 ,
152155 supportsVP9 ,
153156 Mutex ,
154157 isAudioCodec ,
155158 isAudioTrack ,
156159 isLocalTrack ,
157160 isRemoteTrack ,
161+ isSVCCodec ,
158162 isVideoCodec ,
159163 isVideoTrack ,
160164 isLocalParticipant ,
@@ -180,6 +184,7 @@ export type {
180184 DataTrackSubscribeOptions ,
181185 RemoteDataTrackPipelineOptions ,
182186} ;
187+ export { type DataTrackFrame } from './room/data-track/frame' ;
183188export { DataTrackPacket , type DataTrackPacketHeader } from './room/data-track/packet' ;
184189export {
185190 type DataTrackExtensions ,
You can’t perform that action at this time.
0 commit comments