You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DetectionEvents.js 239B

123456789
  1. /**
  2. * A media track mute status was changed.
  3. */
  4. export const VAD_SCORE_PUBLISHED = 'detection.vad_score_published';
  5. /**
  6. * A media track mute status was changed.
  7. */
  8. export const VAD_TALK_WHILE_MUTED = 'detection.vad_talk_while_muted';