Package com.twilio.voice
Class AudioDeviceContext
- java.lang.Object
-
- com.twilio.voice.AudioDeviceContext
-
public class AudioDeviceContext extends java.lang.Object
An AudioDeviceContext is a context to the audio device used by the SDK. This is first provided whenAudioDeviceCapturer.onStartCapturing(AudioDeviceContext)
andAudioDeviceRenderer.onStartRendering(AudioDeviceContext)
callback is raised by the SDK. Any subsequent operation to sdk, audio device needs this context as an identifier.