Basic-Video-Broadcasting
Basic-Video-Broadcasting copied to clipboard
Sample app to join/leave a channel, set the role as a host/audience, mute/unmute, switch between front/rear cameras, and set the video parameters.
How to close live streaming on agora in ios when user want to close or quite live stream.
Here My first Android live image  Here what i got into web  code to send ar view ` val outBitmap = Bitmap.createBitmap(arFragment!!.arSceneView.width, arFragment!!.arSceneView.height, Bitmap.Config.ARGB_8888) arFragment?.arSceneView?.let { PixelCopy.request(it, outBitmap,...
"agora-rtc-sdk": "3.0.2" called camera failed, update latest 3.6.10, it's okay.
I'm trying to implement maxVideoSession = 6. But, sometimes when 3 or more people join cannot see third view. Can someone help me here. ``` func updateBroadcastersView() { // video...
Got loads of errors in Chrome, Firefox, Safari here is the consol log for Chrome: index.js:1350 Material-UI: the createMuiTheme function was renamed to createTheme. You should use `import { createTheme...
We have implemented this sdk at our end and facing the issue that when the user goes live from iOS or Android device to Website, then the live video is...
I have this issue with the sample SDK 
Hi how can i remove audio and video when app goes in background asking about Viewer, for broadcaster i have just called stopBroadcast and startBroadcaster in onResume and onPause method,...
Fixing the broken link from the below paragraph ```Temporary tokens are for demonstration and testing purposes only and remain valid for 24 hours. In a production environment, you need to...
Hi 👋🏻, I'm using this android demo code like the foundation of my development, but when I use it as Broadcaster, I get this error when I leave the room:...