Skip to content
Advertisement

How to get room id in laravel broadcast channel.php

Here is my js

JavaScript

Here is PersonalChat.php

JavaScript

Here is My channels.php

JavaScript

I asked my question in my channels.php and PersonalChat.php
Again May I say
My question is ** How to get room id ** in channels.php and PersonalChat.php

Thank you all
Sorry for my english skill

Advertisement

Answer

you can accept param in channel.php like {roomId} then in call back you will get that value

JavaScript

then in js

JavaScript

and in PersonalChat.php

JavaScript

ref link https://laravel.com/docs/8.x/broadcasting#example-application-authorizing-channels

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement