AgoraIO-Community / VideoUIKit-ReactNative

A React Native package to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code.
MIT License
93 stars 43 forks source link

HELLO TEAM Using Agora UI KIT When I mute my video stream, the video still keeps showing on my local feed. How do I get it to disappear? Do I have to handle it locally by overlaying an image or something? #69

Closed varun21s closed 1 year ago

varun21s commented 2 years ago

HELLO TEAM Using Agora UI KIT When I mute my video stream, the video still keeps showing on my local feed. How do I get it to disappear? Do I have to handle it locally by overlaying an image or something?

EkaanshArora commented 2 years ago

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 a future release.