Curious, how would these rooms then be used regarding the product/person? I simply ask that as I am trying to gather some use cases for further development.
I’ve not one the best at documenting how the different rooms work. Let me try and spell that out a bit better.
Public
Public room names work in three ways
- If an explicit room name is defined in the shortcode, the public room will take this name.
- Else, if a public room name is defined in the plugin settings, the public room will take this name.
- Else, the public room takes on a randomly generated room name which expires daily at midnight.
Any visitors to the site will be able to access the linked room.
Post
Post rooms are given a room name which is generated from the post within which the shortcode has been placed.
Any visitors to the site will be able to access this room.
Private
Private rooms are given a randomly generated room name upon every time a page loads on your website. Thus, only the specific visitor will have access to that room until they share it with others. If they refresh or close/re-open the page, a new room will have been generated and will need to be shared.
Let me know if that clears things up a bit.