rezadevelopers2

Results 9 comments of rezadevelopers2

> I think you understand that provided information is not enough to give you any valuable feedback or somehow investigate the issue 🤷🏻‍♂️. I could suggest you enable WebRTC library...

Thanks, but what if there was a call and we wanted to share the screen? > `getUserMedia() async { final mediaConstraints = { 'audio': false, 'video': {'displaySurface': 'application'} }; _localStream...

> When the internet connection is lost during the call, the connection is lost and after the internet connection, the call must be re-uploaded. I wanted a solution for this.

> This is part of your signaling, maybe via a socket connection. If the internet connection is lost, let the socket connection try to reconnect and once it reopens you...

> > any update on this issue?? > > [#98 (comment)](https://github.com/Tkko/Flutter_Pinput/issues/98#issuecomment-1212291722) this error /C:/Users/REZA/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/pinput-2.2.12/lib/src/pinput_state.dart:337:14: Error: The method 'FocusTrapArea' isn't defined for the class '_PinputState'. - '_PinputState' is from 'package:pinput/src/pinput.dart' ('/C:/Users/REZA/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/pinput-2.2.12/lib/src/pinput.dart')....

> > Is this problem solved? > > Switch to stable channel or use > > ``` > pinput: > git: > url: https://github.com/Tkko/Flutter_Pinput > ref: dev > ``` Thankful

> ? Hello I want to make a one-to-many connection in the form of broadcast, is it possible with this library?