VoiceDebugLoggingEventsBodySchema constructor

const VoiceDebugLoggingEventsBodySchema({
  1. required String sessionId,
  2. required List<VoiceDebugLoggingEventSchema> events,
  3. String? connectionId,
  4. String? participantIdentity,
})

Implementation

const VoiceDebugLoggingEventsBodySchema({
  required this.sessionId,
  required this.events,
  this.connectionId,
  this.participantIdentity,
});