fix(ts) fix build
This commit is contained in:
parent
289ece42df
commit
4ef5da6c82
|
@ -28,7 +28,7 @@ export type MediaState = 'DominantSpeaker' | 'Muted' | 'ForceMuted' | 'Unmuted'
|
||||||
/**
|
/**
|
||||||
* Enum of possible participant media states.
|
* Enum of possible participant media states.
|
||||||
*/
|
*/
|
||||||
export const MEDIA_STATE = {
|
export const MEDIA_STATE: { [key: string]: MediaState } = {
|
||||||
DOMINANT_SPEAKER: 'DominantSpeaker',
|
DOMINANT_SPEAKER: 'DominantSpeaker',
|
||||||
MUTED: 'Muted',
|
MUTED: 'Muted',
|
||||||
FORCE_MUTED: 'ForceMuted',
|
FORCE_MUTED: 'ForceMuted',
|
||||||
|
|
Loading…
Reference in New Issue