Can I make Audio/Video Chat with Corona?

Is there any possibility to do the audio video chat in Corona?

I guess I would need some UDP protocols and access to mic and camera, then develop my own discovery service on the server side, that would initiate clients’ handshake and then establish direct UDP connection.

Anyway that’s just a rough idea, but is there a way to do it with Corona? [import]uid: 21280 topic_id: 11549 reply_id: 311549[/import]

I don’t think its possible. you will need more low level stuff than what we provide

c. [import]uid: 24 topic_id: 11549 reply_id: 41988[/import]

On the other hand, there’s this

http://matthewwild.co.uk/projects/verse/home

:stuck_out_tongue:

Can we use our own Lua libs with Corona or does everything have to be compiled into Corona? I’m fairly new to Lua and the way it is distributed for your purpose. [import]uid: 21280 topic_id: 11549 reply_id: 42092[/import]