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