feedConversationTitleMode property
Controls how a chat is displayed in the feed of chats.
Note: when set to "subject"
but a conversation has no subject set, then
TalkJS falls back to "participants"
.
When not set, defaults to "auto"
, which means that in group conversations
that have a subject set, the subject is displayed and otherwise the participants.
(also see {@link this.chatSubtitleMode} and {@link this.chatTitleMode}) "participants" | "subject" | "auto"
Implementation
external String? feedConversationTitleMode;