TranslationMeta constructor
TranslationMeta({})
Implementation
TranslationMeta({
required this.speakerId,
required this.language,
required this.originalProducerId,
this.isSpeakerControlled,
});
TranslationMeta({
required this.speakerId,
required this.language,
required this.originalProducerId,
this.isSpeakerControlled,
});