FYI the comment in the starter template refers to an unexported member:
// - For telephony applications, use BackgroundVoiceCancellationTelephony for best ...
It should be TelephonyBackgroundVoiceCancellation() - or it's probably best to export as BackgroundVoiceCancellationTelephony to be consistent with the python SDK
FYI the comment in the starter template refers to an unexported member:
// - For telephony applications, use
BackgroundVoiceCancellationTelephonyfor best ...It should be TelephonyBackgroundVoiceCancellation() - or it's probably best to export as BackgroundVoiceCancellationTelephony to be consistent with the python SDK