getConversationChannel()
getConversationChannel(string $username1, string $username2) : \Illuminate\Broadcasting\PrivateChannel
Get the name of a conversation channel between two users.
Parameters
string | $username1 | |
string | $username2 |
ConversationEvent trait that provides helper functions.