SaaS Integration
- I've tested streaming for usage events in sandbox. How do I integrate streaming events in production with a tenant?
- What are the Terms of Service for Plantronics Manager Pro?
- Does Plantronics Manager Pro support Plantronics Hub on mobile devices?
- Is it possible to co-brand my application?
- How can I learn more about your existing partners or how to become a partner?
- For the Device Inventory API, is it possible to track contact center headsets such as the EncorePro 500/700 Series?
- Where are the data centers for Plantronics Manager Pro located?
- For the Softphone Status API, what softphones are compatible?
- How are data about non-Plantronics devices captured?
- As a developer, can I request my own tenant?
- Can Plantronics Manager Pro be upgraded during the subscription term?
- How do I take my application to market?
- Do all Plantronics headsets support all analysis suites and hence are supported by all APIs?
- If the customer's subscription has expired, will they be able to access their data via the API?
- How can my customer check to see if their subscription is still active?
- Where can I find the status of the Plantronics Manager Pro services, specifically the Data Access Suite?
- What real-time events are available?
- I've asked my customer to log into Plantronics Manager Pro, authorize my app, and enable access to the datasets that my app requires. One of the datasets is disabled. Why is this dataset unavailable?
Softphone Integration
- I downloaded the Plantronics SDK. What now?
- Which MSIs should I deploy?
- The headset isn't working! Please fix.
- My wireless headset events are slow/delayed.
- Help! My wireless device isn't being picked up by the Plantronics SDK.
- What headsets are compatible with the Plantronics SDK?
- What programming languages can I use with the Plantronics SDK?
- Which Operating Systems does the Plantronics SDK work on?
Currently two real-time events are available:
- Quick Disconnect (QD) Events: The plugging or unplugging of a headset top from a DA70/80/90 amplifier.
- Mute: The muting or unmuting of a call using any of the Plantronics Hub supported headsets.
View our Getting Started article to view and exercise in C# on how to integrate call control and mute syncronization.
For other languages or our smarter headset features, check out our API Overview, API Reference, Code Samples and Forums.
The MSIs you should deploy will depend on which of our 4 APIs you have used.
See details: Plantronics SDK Deployment Options
Please visit the Plantronics Support Page for any headset issues not related to the SDK.
It is normal for wireless headsets to take around 1-2 seconds for the link to establish (for example when first answering a call).
A solution to get around this would be to programmatically raise the audio link during an incoming ringing signal so the link is live by the time the user answers. To be able to do this using the native interface you would have to disable audio sensing via IAdvanceSettings interface (AudioSensing = false). This only needs doing once, when you first attach to the device.
To activate the audio link, use IDevice.HostCommand.AudioState = MonoOn and to deactivate the audio link set to MonoOff.
However, if using this approach you might need to play your own PCM ring signal through the headset, because depending on the product the Plantronics "internal" headset ring tone may not be heard once the wireless audio link is established.
- Make sure you are using a supported device
- Make sure your headset is paired to your base or dongle
- NOTE: if you have paired your headset directly to your host computer without a dongle this is not supported by the Plantronics SDK. You must unpair and pair with the headset's dongle.
See the list of supported devices for Plantronics Hub software.
The Plantronics SDK is currently available for:
- Windows XP SP3, Windows Vista SP2, Windows 7, Windows 8, Windows 10
- Mac OS versions 10.7 (Lion), 10.8 (Mountain Lion), 10.9 (Mavericks) and 10.10 (Yosemite)
Plantronics SDK currently supports the following languages: