publicJoin property

bool publicJoin
getter/setter pair

Check if a conversation is configured as public or not.

If true, any user can join the conversation via VIMessenger.joinConversation by specifying its UUID. Use the VIMessenger.getPublicConversations method to retrieve all public conversations' UUIDs.

A public conversation can't be direct.

Implementation

bool publicJoin;