VideoUIKit-Flutter icon indicating copy to clipboard operation
VideoUIKit-Flutter copied to clipboard

On pressing the call end button it goes black screen

Open souravdivii opened this issue 2 years ago • 1 comments

The error : [AgoraVideoUIKit] Local video state changed, source: VideoSourceType.videoSourceCameraPrimary, state: LocalVideoStreamState.localVideoStreamStateStopped and error: LocalVideoStreamError.localVideoStreamErrorOk E/flutter (15665): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Instance of 'AgoraRtmChannelException'

Also for some reason it shows Debug in the screen which I have made false in the main.dart file.

souravdivii avatar Sep 08 '23 07:09 souravdivii

After you press the end call button, the preset action turns the screen black. However, if you want to change the operation of the endCallButton, In the AgoraVideoButtons class use the onDisconnect method to add your desired functionality.

Meherdeep avatar Oct 30 '23 16:10 Meherdeep