I'm trying to write an application that talks to Skype to do a few things. One thing I'd like to do, is when a voice call connects, obtain a list of the participants.
I'm doing this currently by registering for the Skype.CallStatus
event. When triggered, this event handler gets a Call
argument, which has a Participants
property. Currently, however, that list of participants is empty (I'm testing by calling the Skype voice testing service).
Is there any reason why that would be? Is there another way to get the list of participants on a call?