Type Alias SpeechToTextTranslationReq
SpeechToTextTranslationReq: Message<"plugnmeet.SpeechToTextTranslationReq"> & {
roomId: string;
isEnabled: boolean;
allowedSpeechLangs: string[];
allowedSpeechUsers: string[];
isEnabledTranslation: boolean;
allowedTransLangs: string[];
defaultSubtitleLang?: string;
}
Type Declaration
roomId: string
isEnabled: boolean
allowedSpeechLangs: string[]
allowedSpeechUsers: string[]
isEnabledTranslation: boolean
allowedTransLangs: string[]
OptionaldefaultSubtitleLang?: string
Generated
from field: string room_id = 1;