Agora-RTC-React icon indicating copy to clipboard operation
Agora-RTC-React copied to clipboard

A react wrapper for Agora RTC NG SDK

Results 26 Agora-RTC-React issues
Sort by recently updated
recently updated
newest added

When publishing a `export const useCreateScreenVideoTrack = createScreenVideoTrack(createScreenVideoTrackConfig);` and using ``` ``` I get this error ``` (property) videoTrack: ICameraVideoTrack | ILocalVideoTrack | IRemoteVideoTrack Type 'ILocalVideoTrack | [ILocalVideoTrack, ILocalAudioTrack]' is...

Return wrong type when I execute the following code. `createScreenVideoTrack({ encoderConfig: '480p_1' }, 'disable')()` I just want to return only `ILocalVideoTrack` but this code of type tracks is `ILocalVideoTrack |...

in your examle, async function **createClosure** in createMicrophoneAndCameraTracks will be called twice, resulting in different results for tracks. ``` trackMediaType: 'audio', _ID: 'track-mic-150d1549' trackMediaType: 'audio', _ID: 'track-mic-150d1549' ```

Our web app uses this library for a 1-to-1 video chat, and we are very often observing video and/or audio not working in our web app. We have the following...

I have the following error: Error Code 102 - Client is not logged in. Cannot join the channel. i hace UI Kit https://github.com/AgoraIO-Community/Web-React-UIKit Thank you very much in advance

## Version bump ### agora-rtc-sdk-ng: 4.11.0

# What to expect in this PR - [x] Restructured examples folder to support new examples. - [x] Added example for livestream. - [x] Added example for screen sharing (solves...

I have a case when i need to switch off WebCamera after user leave chat page. Switched on green light is annoying and scares my users. So i've tried: ```javascript...

Since this needs to be called outside the functional component, and it requires a MediaStreamTrack to already be in place, it does not seem to offer any functionality outside of...

I try to use ``createScreenVideoTrack`` ``Hook`` But when I call this hook it opene screen sharing automatically when page opened. I want when i press on ``button`` open share screen...