ZEGOCLOUD/zego_uikit_prebuilt_call_flutter

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

Opened this issue · 5 comments

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

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

yoer commented

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?

yoer commented

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