Hello,
There are a couple of methods in SpokesWrapper with the access modifier set to "internal", like for example IncomingCall(callId, contactName).
Those internal methods are only accessible for files of the same assembly.
My solution has multiple projects coded in either C# or C++. I currently use SpokesWrapper in a C++ project (and SpokesWrapper is compiled in another project), and from there the internal methods are not accessible.
Is there a reason why those methods are internal and not public ?
Cheers
Staffan