When mute or unmute microphone during ongoing call it rebuilding custom audioVideoView
Opened this issue · 5 comments
- I have read the Getting Started and Getting Started(with call invitation)
- I have already searched for the same problem
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
- This
- Than that
- Then
Images
Stacktrace/Logcat
mute or unmute during call rebuild every time audioVideoView in both side @yoer please help with this issue
mute or unmute, there will be user microphone status attribute updates, so it is right for containerBuilder to trigger update.
@yoer custom ui for ongoing call rebuilding that is not good how can handle this?
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
yes @yoer i have writting some other business related code i will check it based on your suggestion