getAudioOutputModes is undefined.]
I’m trying to get the list of audio modes,
I’m using this, but is not working:
callController.getAudioOutputModes().then(
modes => {
console.log('getAudioOutputModes :: modes', modes);
}, error => {
console.log('getAudioOutputModes :: error', error);
}
);