Open MattyBoombalatty opened 9 months ago
Good catch. Thanks.
When hiding anonymous chats in the plugin admin interface, the OBS integration is broken.
Hello @MattyBoombalatty.
I released a new version of the plugin this morning, version 10.1.0. This version comes with a new feature, that make it possible to generate authentication tokens, so that you can integrate the chat as OBS dock: https://johnxlivingston.github.io/peertube-plugin-livechat/documentation/user/obs/#obs-dock
This is not documented yet, but you can combine these tokens with the readonly mode.
To do so, you have just to mix the url from both modes (the readonly mode, and the dock mode):
http://example.com/plugins/livechat/router/webchat/room/8df24108-6e70-4fc8-b1cc-f2db7fcdd535?_readonly=noscroll&_transparent=true
#?p=AeogLUHNHQDmGrBimVDclEvBeOYsU6&j=root%40p1.localhost&n=Root
)You should end up with something like: http://example.com/plugins/livechat/router/webchat/room/8df24108-6e70-4fc8-b1cc-f2db7fcdd535?_readonly=noscroll&_transparent=true#?p=AeogLUHNHQDmGrBimVDclEvBeOYsU6&j=root%40p1.localhost&n=Root
Thank you! Great work!
When hiding anonymous chats in the plugin admin interface, the OBS integration is broken.