1 /** 2 * Action type to signal the closing of the participants pane. 3 */ 4 export const PARTICIPANTS_PANE_CLOSE = 'PARTICIPANTS_PANE_CLOSE'; 5 6 /** 7 * Action type to signal the opening of the participants pane. 8 */ 9 export const PARTICIPANTS_PANE_OPEN = 'PARTICIPANTS_PANE_OPEN'; 10 11 /** 12 * Action type to set the volume of the participant. 13 */ 14 export const SET_VOLUME = 'SET_VOLUME';