Please help you for these three points about Messenger and its UI packages ???!!! #65
Unanswered
chegmarco1989
asked this question in
Q&A
Replies: 1 comment
-
Hello @RTippin and/or everyone. Any help please ??? We already put online pour Website that use Messenger and need the explainations 🙏🙏🙏. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @RTippin .
We have some concerns about how to setup "Messenger" in our existing Laravel application after reading this README: https://github.com/RTippin/messenger/blob/1.x/docs/Installation.md:
1 - After installing
Janus
on our Server, does it require to uncomment:in
app\Providers\MessengerServiceProvider.php
to use Video Call ???Or do you think Video Call is possible even that line (
Messenger::setVideoDriver(MyVideoBroker::class);
) keep commented ???2 - We want to display and allow conversation only between users that have the same
business_id
knowing that theusers
Table in Database already havebusiness_id
column:So how to edit UI or Messenger itself espacially the part of the shotscreen above circled in Red so that it display only the
users
that have the samebusiness_id
value in DataBase to allow them to converse ???3 - Our existing Laravel Application does not have
avatar
column inusers
Table in Database.Should we add this:
$table->string('messenger_avatar')->nullable();
in ourusers
Migration or another Migration (because, we don't understand where to put it) ???Please answer us step by step.
Beta Was this translation helpful? Give feedback.
All reactions