Hi everyone, Anyone know how to get texture for flutter from media stream in webrtc. Thanks!
ipaynow1
@ipaynow1_twitter
Hi Anyone uses a 1-1 video and voice call with flutter?
Any push notifications with background or closed app on mobile with flutter voice and video call ?
Animesh Jain
@animeshjain
Hello, I am wondering why RTCPeerConnectionState is missing from the RTCPeerConnection class in the flutter-webrtc implementation. What's the recommended way of checking the connection state in its absence?
I know you all are busy. But you can always take some time out to help others.
Please help me with the following
I tried to implement flutter_webrtc plugin in my flutter app
While trying to test it in android
I initialized the localrenderer. Called the getUserMedia function to generate a stream And then display the stream on in an widget in flutter using RTCVideoView widget.
But when I test it
Nothing appears until I reload it once
Once reloaded I can view the stream
This would not be possible in production. Can someone suggest me a way without reloading?
Akshay
@Akshay-akkay
Hey, I have ported my fully working flutter mobile webrtc app to flutter web. But the web app does not request for webcam/ mic permission on loading. This is only error i am facing , can anybody help me with this?
stears88
@stears88
hey does the android and ios still screen record using the built in recorders when using flutter-webrtc? I see that screen recording isn't available yet and I am just wondering if that means only in app use case.
John Melody Me
@johnmelodyme
How to I Disable User Media Camera in Flutter WebRTC ?
John Melody Me
@johnmelodyme
it is ok then I fix it myself >>
Yura
@ophite
can anyone help to connect simple-peer on one side and flutter-webrtc on other side??? From one web with simple-peer from other flutter mobile
Trishant Pahwa
@trishantpahwa
Hello
Please help me?
Please
How to send the stream
I can get my local stream
Can I connect to peerjs server using flutter webrtc and send the data stream over it?
Hi. I realise it's not exactly relevant and a shot in the dark but does anyone have any idea why the same project running on Web would work (published media stream is seen) but on Android the media isn't published (only receives media from Web clients). I am using Janus server too so the problem could be with that - just looking for any ideas whatsoever! Thanks
Hi! Are there any docs for the flutter-webrtc plugin? Or will we have to figure it out using the example. Also is there example that tells how you can make the server using javascript and not go?
Hey guys, I have a question regarding receiving and answering calls. In the demo, when someone calls us, video call starts immediately. I see in the call_sample.dart file there are multiple CallStates, like CallStateInvite, CallStateRinging. I was not able to make use of these functionalities. Any help or direction on how to use these would be great. Thanks.
Taehyun Park
@njovy
Hello guys, does anyone implements negotiationNeeded?
Taehyun Park
@njovy
I am trying to implement onNegotiationNeeded as this example says (https://w3c.github.io/webrtc-pc/#perfect-negotiation-example) but having some problems. As of now we can't rollback our local session description because the official webrtc build hasn't been updated. What is a recommended way to implement this without SDP type, rollback?
somavoyager
@somavoyager
Guys, I am new here. This topic may have been beaten to death already. I am looking to integrate audio conference (no video). Agora APIs look pretty good, but costs. I am looking to deploy Janus WebRTC server. Can webrtc-flutter be used with janus server?