flutter-webrtc / flutter-webrtc-demo

Demo for flutter-webrtc
MIT License
1.15k stars 417 forks source link

Is it possible to use for 1-on-1 videocall? #187

Closed jhswedeveloper closed 2 years ago

jhswedeveloper commented 2 years ago

Is it possible to use for 1-on-1 videocall?

Notebrains commented 2 years ago

Yes.

ycherniavskyi commented 2 years ago

Flutter WebRTC is the wrapper around the Google WebRTC library (that is used in Chrome browser, etc.), so everything that the Google WebRTC library can do - Flutter WebRTC also can do.

One point is that not all APIs of the Google WebRTC library can be wrapped by Flutter WebRTC yet.