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:
Nur... wie muss ich das in VB schreiben? Wie ich an die call ID komme weiß ich :D
Bin für jede Hilfe dankbar ;)
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.
Bin für jede Hilfe dankbar ;)