You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The local user has not completed the screen sharing process and others can not receive the shared video stream,but isScreenShareEnabled() method return true
To Reproduce
run example app and click the screen share button to execute the following code:
var track =awaitLocalVideoTrack.createScreenShareTrack(
constScreenShareCaptureOptions(
useiOSBroadcastExtension:true,
maxFrameRate:15.0,
),
);
await participant.publishVideoTrack(track);
click outside the "Screen Broadcast" dialog,check return value of isScreenShareEnabled() method
Describe the bug
The local user has not completed the screen sharing process and others can not receive the shared video stream,but
isScreenShareEnabled()
method return trueTo Reproduce
isScreenShareEnabled()
methodExpected behavior
isScreenShareEnabled()
return falsePlatform information
[✓] Flutter (Channel stable, 3.27.1, on macOS 15.2 24C101 darwin-arm64, locale
zh-Hans-CN)
• Flutter version 3.27.1 on channel stable at
/Users/xxx/Desktop/jack/software/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 17025dd882 , 2024-12-17 03:23:09 +0900
• Engine revision cb4b5fff73
• Dart version 3.6.0
• DevTools version 2.40.2
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
• Android SDK at /Users/kongpf/Library/Android/sdk
• Platform android-34, build-tools 34.0.0
• ANDROID_HOME = /Users/xxx/Library/Android/sdk
• Java binary at: /Applications/Android
Studio.app/Contents/jbr/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 21.0.3+-79915917-b509.11)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 16.2)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16C5032a
• CocoaPods version 1.15.2
The text was updated successfully, but these errors were encountered: