agora-rtc-react
agora-rtc-react copied to clipboard
Agora RTC React SDK
- `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.  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...
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...
### 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...