VideoUIKit-ReactNative
VideoUIKit-ReactNative copied to clipboard
A React Native package to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code.
Results
32
VideoUIKit-ReactNative issues
Sort by
recently updated
recently updated
newest added
That's it, I just removed: ```ts console.log('hello'); ``` and ```ts console.log('hello2'); ```
just following the tutorial on the readme ``` import React, {useState} from 'react'; import AgoraUIKit from 'agora-rn-uikit'; const App = () => { const [videoCall, setVideoCall] = useState(true); const connectionData...