VideoUIKit-Flutter
VideoUIKit-Flutter copied to clipboard
[BUG] disabledVideoWidget not working when layoutType is Layout.oneToOne
Version
agora_uikit: ^1.3.7
The video is paused at the receiver side but not on the called side on the floating layout.
AgoraVideoViewer( client: callingCtrl.client!, layoutType: Layout.oneToOne, disabledVideoWidget: const Icon(Icons.image_not_supported), )