Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

contact.setVideoMicrophone (String objId) : select as current microphone the audio device with the Vidyo objId specified.

contact.videoMute : Mute the current microphone has been muteddevice.

contact.videoUnmute : Resume the current audio capture microphone device has been resumed.

Speakers management

The contact.bindVideoSpeakerEvent bind a custom javascript function to be notified of all events occurring on the audio playback devices.

Code Block
languagejs
contact.bindVideoWebcamEventbindVideoSpeakerEvent(
  function (event, eventName, speaker, state) {
    // Add your integration code
  }
);

...