audioDeviceModule

val audioDeviceModule: AudioDeviceModule? = null

Override the default AudioDeviceModule.

If a non-null value is passed, the library does not take ownership of the object and will not release it upon Room.release. It is the responsibility of the owner to call AudioDeviceModule.release when finished with it to prevent memory leaks.

Sources

SDK source
Link copied to clipboard