laravel-video-chat
laravel-video-chat copied to clipboard
Chat room not visible
I've followed every step mentioned herein Laravel Video Chat. But I can't see the chat room. Please let me know if something more needed to be done besides what mentioned in README.md also let me know if I can customize the chat room. Thanks in advance.
It won't be displayed for new user login. You have to login as existing user in database users table.
I am also having same issue though I logged into as existing user. The error in console is like this.
app.js:38355 [Vue warn]: Unknown custom element:
- did you register the component correctly? For recursive components, make sure to provide the "name" option. (found in <Root>)
@shresthabiswas Kindly do npm install first, then later npm run dev or npm run watch