0

Is there any way or configuration through which we can hide the list of occupants programatically while showing chat view in converse.js

1 Answers1

0

There's no way to do this via configuration, however you can hide it via CSS or you can write a plugin that overrides createOccupantsView on _converse.ChatRoomView.

https://conversejs.org/docs/html/plugin_development.html

JC Brand
  • 2,652
  • 18
  • 18