Ekaansh Arora

Results 27 comments of Ekaansh Arora

Can reproduce with Chrome on Linux. An empty description doesn't work for me, any other string fixes it. Any ideas on adding a workaround to the package, as the Chromium...

We have updated the UIKit to use the Agora RTM SDK for a few new features like usernames. We're updating the blog to include rtm in the installation instructions. To...

Have you installed `agora-react-native-rtm`? @vladis-c

@LichKing-2234 I can confirm the above issue. Can we update the SDK to avoid this workaround while building the app for Android SDK 31?

Updating to v4 of the UIKit should display a black screen with muted icon, when the video is muted. I'll expose an API to customize the video placeholder screen in...

Hey can you take a look at the following for screenshare example: - decouple the screenshare logic - join button separated from screenshare - separate out end screenshare and endcall...

The return statement contains useEffect cleanup which is triggered when component is unmounted. You should be able to close the tracks in your application lifecycle. In the [sample app](https://github.com/AgoraIO-Community/agora-rtc-react/blob/060c81302719c3f8e47878f1d7e8ec16b16a7023/example/src/App.tsx#L159) we...

Do you think creating a method on the returned hook to update the mediaTrack would help in your use case?

That makes sense, let me put in some thought into the user-facing API and work on this in the next update. Might be some time as I'm working on a...