mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-13 01:42:30 +00:00
Introduce certain React Components which may be used to write cross-platform source code such as Audio like Web's audio, Container like Web's div, Text like Web's p, etc.
4 lines
142 B
JavaScript
4 lines
142 B
JavaScript
export { default as Audio } from './Audio';
|
|
export { default as Video } from './Video';
|
|
export { default as VideoTrack } from './VideoTrack';
|