ConversationEditOptions
Options to configure conversation attributes updates.
Props
customData
customData: null | UnknownObject
Arbitrary custom data you want to use in the conversation such as description, etc. If you do not need it, set it to
null
.
isPublicJoin
isPublicJoin: null | boolean
Whether joining the conversation is open for all users.
A public conversation is accessible to anyone and cannot be configured as a direct E2E conversation.
title
title: null | string
New conversation title.