Class AudioDeviceContext

java.lang.Object
com.twilio.video.AudioDeviceContext

public class AudioDeviceContext extends Object
An AudioDeviceContext is a context to the audio device used by the SDK. This is first provided when AudioDeviceCapturer.onStartCapturing(AudioDeviceContext) and AudioDeviceRenderer.onStartRendering(AudioDeviceContext) callback is raised by the SDK. Any subsequent operation to sdk, audio device needs this context as an identifier.