Hi,
I am integrating Plantronics headset into a Windows application that uses WPF (Windows Presentation Foundation).
WPF initializes internally COM in the STA threading model.
On the other hand all Plantronics C++ samples show COM initialization by ::CoInitializeEx(NULL, COINIT_MULTITHREADED).
Is it mandatory to initalize COM for Spokes with COINIT_MULTITHREADED ? Or can I use COINIT_APARTMENTTHREADED ?
Could there be bad consequences of that ?
Best Regards.