-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
proper idea to use webrtc #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You can use sample code in #18 (comment), other guys have implemented video calls based on firebase with this plug-in. |
okay, I'll try to get it and thanks for fast reply. |
Open
evdokimovs
pushed a commit
to evdokimovs/flutter-webrtc
that referenced
this issue
Jun 6, 2024
…rtc#10) - `rtpTransceiverStop` method - `rtpTransceiverDispose` method - `rtpTransceiverSetDirection` method - `rtpTransceiverGetDirection` method - `rtpTransceiverGetMid` method Co-authored-by: alexlapa <lapa.alex@ex.ua> Co-authored-by: rogurotus <rogurotus@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having a p2p chat app in flutter using firebase firestore. I want to have p2p video call in that app when user user clicks video call button they both should able to make video call. but I'm unable to get started, as I can't understand signalling server, ice, turn and other things.🤯🤯 can you please elaborate the things that how can I start using firestore to make video call feature possible in app. just using the plugin will make it possible or what I have to do!
The text was updated successfully, but these errors were encountered: