VoiceDebugLoggingEventsBodySchema constructor
const
VoiceDebugLoggingEventsBodySchema({
- required String sessionId,
- required List<
VoiceDebugLoggingEventSchema> events, - String? connectionId,
- String? participantIdentity,
Implementation
const VoiceDebugLoggingEventsBodySchema({
required this.sessionId,
required this.events,
this.connectionId,
this.participantIdentity,
});