Skype status plugin
Posted: November 25th, 2007, 1:20 am
This is a quick and simple Skype status plugin, similar to the one started by AlexV, but using the Skype4COM interfaces.
Its main purpose is to display the call status and the partner name. Sample use:
Put
$dll(SkypeStatus,1,en,)
$dll(SkypeStatus,2,,)
in two disabled screens, one sticky and one with a timeout of 10 seconds. Add two action rules:
If $dll(SkypeStatus,4,,) >= 3 GotoScreen(<sticky one>)
If $dll(SkypeStatus,4,,) == 2 GotoScreen(<timeout one>)
This will show the caller for the whole duration of the call, and for 10 seconds after closing.
I'm also posting the source of the plugin if anyone wants to add more functionality. It's in C#, Visual C# Express should suffice to compile it.
Its main purpose is to display the call status and the partner name. Sample use:
Put
$dll(SkypeStatus,1,en,)
$dll(SkypeStatus,2,,)
in two disabled screens, one sticky and one with a timeout of 10 seconds. Add two action rules:
If $dll(SkypeStatus,4,,) >= 3 GotoScreen(<sticky one>)
If $dll(SkypeStatus,4,,) == 2 GotoScreen(<timeout one>)
This will show the caller for the whole duration of the call, and for 10 seconds after closing.
I'm also posting the source of the plugin if anyone wants to add more functionality. It's in C#, Visual C# Express should suffice to compile it.