1.0.6 • Published 2 years ago

twilio-video-app-ts v1.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

#Example

import VideoChat from "twilio-video-app-ts";

const App = () => {
    return (
        <VideoChat name={'alex'} roomName={'2323'} />
    )
}

export default App