0

I want create a app thats need to have video conference for multiple users(50 maybe), How can I create this in python django and flutter or react native (for mobile app) ?

I have never used video stream, Please direct me.

Kartikey
  • 4,516
  • 4
  • 15
  • 40
Fadakar
  • 509
  • 1
  • 5
  • 21
  • I recommend using sockets, sockets with django: https://stackoverflow.com/questions/4190186/can-i-use-socket-io-with-django, sockets with javascript: https://socket.io – KetZoomer May 15 '21 at 15:29

1 Answers1

1

You could use Jitsi meet, which is a completely free video conferencing.

Link : https://pub.dev/packages/jitsi_meet

vijayakm
  • 92
  • 4