万建明
万建明
when do deskshare, the frame is around 15; but when the app(livekitclient) is active(not focused), the frame rate will drop down to 3 fps; when active the app, it resumes...
please add a new function to get the window handle
``` localVideoTrackFuture = LocalVideoTrack.createScreenShareTrack( ScreenShareCaptureOptions( params: VideoParameters( dimensions: VideoDimensions(1280, 720), encoding: const VideoEncoding( maxBitrate: 2500 * 1000, maxFramerate: 15, ), ), sourceId: sourceId, maxFrameRate: 30.0, ), ); var localVideo =...
when build web and deploy will report such error; but if build with command "flutter build web --source-maps", it will work well; also run in debug mode works well; only...
when do deskshare, the frame is around 15; but when the app(livekitclient) is active(not focused), the frame rate will drop down to 3 fps; when active the app, it resumes...
``` localVideoTrackFuture = LocalVideoTrack.createScreenShareTrack( ScreenShareCaptureOptions( params: VideoParameters( dimensions: VideoDimensions(1280, 720), encoding: const VideoEncoding( maxBitrate: 2500 * 1000, maxFramerate: 15, ), ), sourceId: sourceId, maxFrameRate: 30.0, ), ); var localVideo =...
in http2 demo there is such code to deal message; ``` var stream = transport.makeRequest(headers, endStream: true); await for (var message in stream.incomingMessages) { ``` but if the connection is...
### Steps to reproduce write a code with two TextField with different two different keyboard type, but one need to be (keyboardType: TextInputType.visiblePassword), and tap one TextField, focus get, and...
in http2 demo there is such code to deal message; ``` var stream = transport.makeRequest(headers, endStream: true); await for (var message in stream.incomingMessages) { ``` but if the connection is...