Is it possible to make video calls using Wi-Fi Direct in a p2p connection? #1665
Replies: 2 comments 5 replies
-
I think we can use packages like nsd to discover devices in the LAN, and then use a simple C/S mode to establish a socket to exchange offer/answer to make the webrtc connection establishment. |
Beta Was this translation helpful? Give feedback.
-
I was able to resolve the issue on my own, so I’m reporting it here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Nice to meet you. I would like to implement video calls between tablets using the flutter-webrtc plugin.
The setup is as follows: We use a router with an active internet connection as an access point, and both tablet devices are connected to this access point via WiFi. Under these conditions, I was able to confirm that video calling via WebRTC worked.
However, without the router, in an environment where both devices have no internet connection and are connected only via WiFi Direct, I was unable to make video calls.
Offer and answer messages were generated, and I confirmed that the devices were able to send and receive messages between each other. Both devices were able to obtain their own IP addresses in the WiFi Direct environment. However, only local IP addresses were displayed as connection candidates.
Is it impossible to make video calls using WebRTC in a P2P connection via WiFi Direct?
Beta Was this translation helpful? Give feedback.
All reactions