Variable getActiveTranslationConsumersConst
getActiveTranslationConsumers: (
translationProducerMap: Map<
string,
{
translationProducerId: string;
originalProducerId: string;
language: string;
},
>,
consumerTransports: Transport[],
) => {
speakerId: string;
translationProducerId: string;
originalProducerId: string;
language: string;
}[]
Type Declaration
- (
translationProducerMap: Map<
string,
{
translationProducerId: string;
originalProducerId: string;
language: string;
},
>,
consumerTransports: Transport[],
): {
speakerId: string;
translationProducerId: string;
originalProducerId: string;
language: string;
}[] Parameters
- translationProducerMap: Map<
string,
{
translationProducerId: string;
originalProducerId: string;
language: string;
},
> - consumerTransports: Transport[]
Returns {
speakerId: string;
translationProducerId: string;
originalProducerId: string;
language: string;
}[]