agora-rtc-react icon indicating copy to clipboard operation
agora-rtc-react copied to clipboard

Agora RTC React SDK

Results 11 agora-rtc-react issues
Sort by recently updated
recently updated
newest added

- `LocalVideoTrack` add `videoPlayerConfig` - `RemoteUser` add `videoPlayerConfig` - `RemoteUser` add `videoPlayerConfig` - `RemoteVideoTrack` add `videoPlayerConfig` - add `stream-message` in `useClientEvent`

### What kind of problem do you need help? The enum `AgoraRTCErrorCode` is exported from `agora-rtc-react`, but when I import it to use, it returns an `undefined` value. ![Screen Shot...

help wanted
bug: upstream

### What kind of problem do you need help? I am using agora for adding group video call feature, however i am using websockets for a real time whiteboard sharing...

help wanted

### What kind of problem do you need help? LocalVideoTrack and LocalAudio track not publishing if user leave the channel and rejoin the same channel in next js chrome browser...

help wanted

### What kind of problem do you need help? I'm facing an issue with Agora video calling in my production environment. I'm using Agora-RTC-React v2.1.0 and Next.js v14.1.3 for a...

help wanted

### What kind of problem do you need help? I'm facing an issue with Agora video calling in my production environment. I'm using Agora-RTC-React v2.1.0 and Next.js v14.1.3 for a...

help wanted

I've been testing the provided example [here](https://github.com/AgoraIO-Extensions/agora-rtc-react/blob/main/examples/basic/src/pages/basic/overview/index.tsx#L29) and i realized that those hooks are never returning the remote tracks. ```ts const { videoTracks } = useRemoteVideoTracks(remoteUsers); const { audioTracks }...

### What kind of problem do you need help? (I used a translator because my English is not good) In my service, I use it for a 2-person conference, and...

help wanted

Hey, I have a component that uses `RemoterUser` to render a remote video. When my component re-renders, all the videos disappear and re-appear, such as when muting or unmuting. How...

help wanted

### What kind of problem do you need help? When I have 2 components (Like in this example: https://www.agora.io/en/blog/agora-react-sdk-build-a-video-conferencing-app-in-minutes/): 1. Parent holding agora client 2. Child using agora client to...

help wanted