publicJoin property

bool publicJoin
getter/setter pair

A bool value that determines whether the conversation is public.

If true, anyone can join the conversation by UUID.

A public conversation can't be direct.

Note that changing this property value does not send changes to the cloud. Use VIConversation.update to send all changes at once

Implementation

bool publicJoin;