/** * The type of (redux) action which sets the audio-only flag for the current * conference. * * { * type: SET_AUDIO_ONLY, * audioOnly: boolean * } */ export const SET_AUDIO_ONLY = 'SET_AUDIO_ONLY';