Skip to content
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

When mute or unmute microphone during ongoing call it rebuilding custom audioVideoView #67

Open
2 tasks done
atulproject99 opened this issue Sep 26, 2024 · 5 comments
Open
2 tasks done

Comments

@atulproject99
Copy link

Environment

Technology Version
Flutter version Latest
Plugin version Latest
Android version
iOS version
macOS version
Xcode version
Google Chrome version

Device information:

Description

Expected behavior:
During the onoing call mute or unmute shouldn't impact on audioVideo view.

Current behavior:
When mute or unmute microphone during ongoing call it rebuilding custom audioVideoView

Steps to reproduce

  1. This
  2. Than that
  3. Then

Images

Stacktrace/Logcat

@atulproject99
Copy link
Author

Screenshot 2024-09-26 at 11 36 55 AM

mute or unmute during call rebuild every time audioVideoView in both side @yoer please help with this issue

@atulproject99 atulproject99 changed the title When mute or unmute microphone during ongoing call it will rebuilding custom audioVideoView When mute or unmute microphone during ongoing call it rebuilding custom audioVideoView Sep 26, 2024
@yoer
Copy link
Collaborator

yoer commented Sep 26, 2024

mute or unmute, there will be user microphone status attribute updates, so it is right for containerBuilder to trigger update.

@atulproject99
Copy link
Author

@yoer custom ui for ongoing call rebuilding that is not good how can handle this?

@yoer
Copy link
Collaborator

yoer commented Sep 26, 2024

This should only code to custom your widget.

Did you write any time-consuming to get data or some other business-related code?

If so, I suggest you cache your own data

@atulproject99
Copy link
Author

yes @yoer i have writting some other business related code i will check it based on your suggestion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants