-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to show Image When Video is Mute #76
Comments
You can add an image view to float to the render view. |
Can u please provide an example.? |
I m using curently this code for showing local Video.
Now how can i show my image to all users in group call.?? |
Using <RtcRemoteView.SurfaceView/> |
but this is for remote users what about local view? |
<RtcLocalView.SurfaceView> for the local video |
maybe you can refer to our example |
But that code is for video call what about audio call?? |
you should not use the view for the audio call. |
then how can i show my image to remote users in audio call??? |
Use your server to get the image URL the show it by the Image view. |
Isnt there any option .I am trying to avoid server use here.As it will lag the call. |
hi, I just came with a problem that when ever i mute the video in video call i want ti show my image to the remote users but i cant do that .I used
addwatermark
also but that also threw error.Can any one please help me.
The text was updated successfully, but these errors were encountered: