vhunkalo

Results 6 issues of vhunkalo

https://github.com/dart-lang/http2/blob/master/lib/src/streams/stream_handler.dart attached link to the code, how to expose StreamState?

type-question

Is it possible to track some specific request? I have grpc stream and I need to track onReady, onClosed etc.

type-enhancement
needs-info

https://github.com/dart-lang/http2/blob/master/lib/src/streams/stream_handler.dart attached link to the code, how to expose StreamState?

type-question

https://github.com/dart-lang/http2/blob/master/lib/src/streams/stream_handler.dart attached link to the code, how to expose StreamState?

type-question
package:http2

## Description I am trying to capture desktop audio (system sound) along with screen capture in a Flutter desktop application using flutter_webrtc. Currently, the following approach works for video and...

**Description:** When using `flutter_webrtc`, if the `RTCIceConnectionState` transitions to `Disconnected` or `Failed`, the connection does not recover. Calling `restartIce()` does not help. I would like to understand the correct way...