1
am using socket.io 1.3.5
and express 4.12.3
to create chat app in my script php
, but I don’t know the logic of creating a new room when one user calls another.
As kids: I know how to create a room for each user and linkar
this request in an event and for two users works well but when another user calls ai mix everything...
How to create a room for each new call?