RTippin / messenger-demo

Laravel messenger demo app using rtippin/messenger. Private and group threads with real-time messaging, reactions, attachments, calling, chat bots, and more!
https://tippindev.com
151 stars 47 forks source link

Rooms #14

Closed easyrahil closed 2 years ago

easyrahil commented 2 years ago

hello dev, i have a question> can we create permanent room so any user can join any room he wants like Room1 Room2 or Room3

RTippin commented 2 years ago

When you say room, do you mean a Thread or a Video call room ?

Thread wise, there is currently no way to have public / static rooms for all to use, but that could be something I consider later this year when I work on v2. Calling wise, if you are using Janus Media Server, they do have the option to have permanent video rooms, though you would probably need to write your own custom UI to interact with that as my current UI only works through calls made on a specific thread.

easyrahil commented 2 years ago

Thank you Richard, yeah I was talking static chat room. An actual group chat need bit different like static room. an admin can create room also users can but if admin allows or denies from the admin panel. I ll sure try this version to see if i can try doing any changes, but no doubt this o ne is best in all available chat.

Regards

On Fri, May 13, 2022 at 11:30 PM Richard Tippin @.***> wrote:

When you say room, do you mean a Thread or a Video call room ?

Thread wise, there is currently no way to have public / static rooms for all to use, but that could be something I consider later this year when I work on v2. Calling wise, if you are using Janus Media Server, they do have the option to have permanent video rooms, though you would probably need to write your own custom UI to interact with that as my current UI only works through calls made on a specific thread.

— Reply to this email directly, view it on GitHub https://github.com/RTippin/messenger-demo/issues/14#issuecomment-1126303840, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJKIZV45TW4WKHBX4SVNM4LVJ2KCHANCNFSM5V2T6GDA . You are receiving this because you authored the thread.Message ID: @.***>

-- ::From::

(¯`·..·[°o.OÅMíT YãDãVO.o°]·..·´¯)

RTippin commented 2 years ago

Yup, you would have to modify my core messenger backend package to be able to do something along the lines of what you want. I can't say for certain if I will add that as a future feature, but I put it on my notes as a possibility. Check back later this year (when I hope to work on my v2) and see where I am at :)