mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-16 12:47:49 +00:00
feat(rnsdk): add audio and video muted state changed
This commit is contained in:
committed by
Calinteodor
parent
a71143891e
commit
6d02f50d09
@@ -72,6 +72,24 @@ export const CONFERENCE_BLURRED = 'CONFERENCE_BLURRED';
|
||||
*/
|
||||
export const CONFERENCE_FOCUSED = 'CONFERENCE_FOCUSED';
|
||||
|
||||
/**
|
||||
* The type of (redux) action which signals that the audio mute state is changed.
|
||||
*
|
||||
* {
|
||||
* type: AUDIO_MUTED_CHANGED,
|
||||
* }
|
||||
*/
|
||||
export const AUDIO_MUTED_CHANGED = 'AUDIO_MUTED_CHANGED';
|
||||
|
||||
/**
|
||||
* The type of (redux) action which signals that the video mute state is changed.
|
||||
*
|
||||
* {
|
||||
* type: VIDEO_MUTED_CHANGED,
|
||||
* }
|
||||
*/
|
||||
export const VIDEO_MUTED_CHANGED = 'VIDEO_MUTED_CHANGED';
|
||||
|
||||
/**
|
||||
* The type of (redux) action, which indicates conference local subject changes.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user