开发者

Skype public API - difference between Alter Call and Set Call?

开发者 https://www.devze.com 2023-03-24 20:34 出处:网络
I am looking over the Skype public API and I am not sure what the difference between these two commands if the Skype call status is RINGING:

I am looking over the Skype public API and I am not sure what the difference between these two commands if the Skype call status is RINGING:

ALTER CALL 8 ANSWER

vs

SET CALL 8 STATUS INPROGRESS

The same goes for hanging up a call that is IN开发者_开发技巧PROGRESS. Whats the difference between these two?

ALTER CALL 8 HANGUP

vs

SET CALL 8 STATUS FINISHED


To my experience so far, there is not any difference between those two commands in terms of their effects.

0

精彩评论

暂无评论...
验证码 换一张
取 消