Quantcast
Channel: Plantronics Developer Connection : Popular Discussions - Forums & Support
Viewing all articles
Browse latest Browse all 2541

Code to disable Mute On/Mute Off Voice prompt using SDK API for Voyager pro

$
0
0

IDeviceSettings ds = m_device.HostCommand as IDeviceSettings;
// disable tones:
ds.MuteToneVolume = VolumeLevel.Off;

// enable tones:
ds.MuteToneVolume = VolumeLevel.Low;

where m_device is an object to IDevice


Viewing all articles
Browse latest Browse all 2541

Trending Articles