fix(ts) fix build

This commit is contained in:
Saúl Ibarra Corretgé 2022-08-26 13:29:59 +02:00 committed by Дамян Минков
parent 289ece42df
commit 4ef5da6c82
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export type MediaState = 'DominantSpeaker' | 'Muted' | 'ForceMuted' | 'Unmuted'
/**
* Enum of possible participant media states.
*/
export const MEDIA_STATE = {
export const MEDIA_STATE: { [key: string]: MediaState } = {
DOMINANT_SPEAKER: 'DominantSpeaker',
MUTED: 'Muted',
FORCE_MUTED: 'ForceMuted',