igniterealtime/openfire-ofmeet-plugin

Room Configuration

ZeeshanSultan opened this issue · 1 comments

Initially, I want to configure a room to be active for x amount of time.
Also, Is there an api to create rooms and assign users?
I am trying to create a dating platform like tinder which allows partners to have a 10 min video call once they match with each other so programmatically
PSEUDO

if (matched(x,y)) {
    room_url =  create_room("10 minutes", "password123");
    sendmailToUsers(room_url, [x_user, y_user])
}

Duplicate by mistake #82