Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The CTLive Agent SDK allows the user to manage their devices to directly select the camera, microphone, or speaker that want to use. To get notified which devices are available and select a device by name, you can use the following APIs.

Microphone management

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

contact.bindVideoMicrophoneEvent(
  function (eventObj, eventName, microphoneObj, state) {
    // Add your integration code
  }
);

  • No labels