Hi Aaron,Maybe another approach that came to mind that might help - I
assume your app would be authenticating the user as they log in so you
could lookup your user tree in the DB to determine if any friends are
logged in. If no friends are logged yet then you could dynamically
create a AFCS room using createRoom and record that room name against
the user tree in the DB. Then when other friends arrive you could enter
them into that room and they could interact. If there was a need for a
user to h...