Help - Search - Members - Calendar
Full Version: Call.Status in conference calls
Skype Community > English > Development, Betas and Skype Garage > Skype Public API
far
How is it possible to get the status of other users in a conference call (assuming I'm the host) as call.status only seems to return the status of the first user? I'm using VB Script if that's relevant.
TheUberOverlord
QUOTE (far @ Thu Jul 3 2008, 15:19)
Go to the original post
How is it possible to get the status of other users in a conference call (assuming I'm the host) as call.status only seems to return the status of the first user? I'm using VB Script if that's relevant.


If you are the host, you will have an individual ICall Interface Reference for each call in that conference, which means each call will have a call.Id as well as a call.status. So, if you are using the CallStatus Event handler you will see an event for any call that changes status.

Call.ConferenceId for the calls in the conference call will have the same value when you query skype.ActiveCalls a well, More Here:

https://developer.skype.com/Docs/Skype4COML...ype#ActiveCalls

You can also use skype.Conferences as well:

https://developer.skype.com/Docs/Skype4COML...ype#Conferences

One Example from the .VBS Examples:

https://developer.skype.com/Docs/Skype4COML...Conferences_vbs

From:

https://developer.skype.com/Docs/Skype4COMLib/Examples

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.