VIConversationConfig constructor
VIConversationConfig({})
Implementation
VIConversationConfig({
this.direct = false,
this.publicJoin = false,
this.uber = false,
this.title,
this.customData = const {},
this.participants = const [],
});