Visual Basic - Skype Anruf über API beenden

05/14/2012 19:42 Der-Tee#1
Hey, ich wollte wissen wie ich in Visual Basic nen Anruf beenden kann (über die Skype API).

In der API von der Skype Seite steht folgendes:

Code:
SET CALL FINISHED
Terminates the call.

Syntax:
-> SET CALL <id> STATUS FINISHED

<- CALL <id> STATUS FINISHED

Parameters:
<id> – call ID (numeric)

Errors

ERROR 19 Invalid call id
ID includes other than numeric characters
ERROR 20 Unknown call
Call with specified ID does not exist in current user’s call history nor is active.
ERROR 24 Cannot hangup inactive call
Given call is not in progress and therefore can not be hung up.
Nur... wie muss ich das in VB schreiben? Wie ich an die call ID komme weiß ich :D


Bin für jede Hilfe dankbar ;)
05/14/2012 21:08 Kraizy​#2
Schau dir mal ActiveCalls an.
05/15/2012 14:29 Der-Tee#3
Danke habs hinbekommen.

#closereq