VIConversationConfig constructor

VIConversationConfig({
  1. bool direct = false,
  2. bool publicJoin = false,
  3. bool uber = false,
  4. String? title,
  5. Map<String, Object> customData = const {},
  6. List<VIConversationParticipant> participants = const [],
})

Implementation

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