-
Notifications
You must be signed in to change notification settings - Fork 388
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
Unable to Listen to Cancel Button on the "Start Recording and Casting Screen" dialog. #1991
Comments
I think you need to listen to the Agora-Flutter-SDK/example/lib/examples/advanced/screen_sharing/screen_sharing.dart Line 66 in 5fa017a
|
This resolved the issue!! Thanks a lot @littleGnAl for your help. |
Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. If you find this problem please file a new issue with the same description, what happens, logs and the output. All system setups can be slightly different so it's always better to open new issues and reference the related ones. Thanks for your contribution. |
@littleGnAl Can you please help me with this issue, I've been stuck at this since 3 weeks. |
@Sahilpervez @littleGnAl I am also stuck on the same iOS issue |
@RonanJehnna @Sahilpervez |
@littleGnAl |
What I want is to listen to start and stop events in flutter which are triggered from this native ios dialog box. |
Does the |
AppDelegate.swift
in the video_call.dart
onLocalVideoStateChanged just checks the localVideoState but how can we connect it with screensharing |
This is not what our SDK does, the |
Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. If you find this problem please file a new issue with the same description, what happens, logs and the output. All system setups can be slightly different so it's always better to open new issues and reference the related ones. Thanks for your contribution. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please raise a new issue. |
Version of the agora_rtc_engine
^6.2.1
Platforms affected
Steps to reproduce
_screenSharingEngine
setVideoEncoderConfiguration
method on_screenSharingEngine
.startScreenCapture
method on _screenSharingEngine to get the "Start Recording and Casting Screen" dialog.Expected results
Expected result is
startScreenCapture()
method should return a boolean value when any of the buttons in the "Start Recording and Casting Screen" dialog is pressed. Atleaset an exception should be thrown when Cancel button is pressed.Actual results
Currently a
Future<void>
is returned by thestartScreenCapture()
method. Also there is no exception or error thrown on press of Cancel button in "Start Recording and Casting Screen" dialog.Code sample
Screenshots or Video
"Start Recording and Casting Screen" Dialog
[
Start Recording and Casting Screen
Dialog]"Start Now" button Pressed
[
Start Now
button Pressed]The problem arises from here :
"Cancel" button Pressed
[
Cancel
button Pressed]Logs
agora-iris.log
Logs
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: