This repository was archived by the owner on Jun 28, 2024. It is now read-only.
Commit e35dcfd 1 parent a56524b commit e35dcfd Copy full SHA for e35dcfd
File tree 4 files changed +1
-166
lines changed
4 files changed +1
-166
lines changed Original file line number Diff line number Diff line change @@ -1410,4 +1410,4 @@ SPEC CHECKSUMS:
1410
1410
1411
1411
PODFILE CHECKSUM: 8daa796ed34dbeeeb2b648d198968b27b4c2ae8d
1412
1412
1413
- COCOAPODS: 1.13.0
1413
+ COCOAPODS: 1.14.3
Original file line number Diff line number Diff line change @@ -38,13 +38,6 @@ const emptyPromise = async (): Promise<void> => {
38
38
} ) ;
39
39
} ;
40
40
41
- export const useWebRTC = ( ) => {
42
- return {
43
- connect : emptyPromise ,
44
- disconnect : emptyPromise ,
45
- error : null ,
46
- } ;
47
- } ;
48
41
export const useEndpoints = ( ) => [ ] ;
49
42
export const setTargetTrackEncoding = emptyPromise ;
50
43
export const useCamera = ( ) => {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ export { useEndpoints } from './hooks/useEndpoints';
9
9
export { useMicrophone } from './hooks/useMicrophone' ;
10
10
export { useRTCStatistics } from './hooks/useRTCStatistics' ;
11
11
export { useScreencast } from './hooks/useScreencast' ;
12
- export { useWebRTC } from './hooks/useWebRTC' ;
13
12
14
13
export {
15
14
updateAudioTrackMetadata ,
You can’t perform that action at this time.
0 commit comments