简体   繁体   English

在android中获取Skype联系人列表和状态

[英]Get skype contact list and status in android

I am working on Skype integration with android.i am not getting any type of SDK or API that will make to get information easily. 我正在与android.i进行Skype集成,我没有获得任何类型的SDK或API,可以轻松获取信息。

I am using URI concept to call,video call or chat in Skype with android. 我正在使用URI概念来呼叫,视频通话或在Skype中与Android聊天。 i find 1 link to get status of Skype user: 我找到1个链接来获取Skype用户的状态:

http://mystatus.skype.com/skype_user_name http://mystatus.skype.com/skype_user_name

but this url is not working properly. 但是这个网址不能正常工作。

* i want to get all contact list from Skype programmatic * * 我想从Skype programmatic获得所有联系人列表*

i want to display status of all contact person. 我想显示所有联系人的状态。 * * * *

Please help me. 请帮我。 I have done lots of search. 我做了很多搜索。 But I didn't get anything related this. 但我没有得到任何相关的东西。

**It will not work** **不起作用**

Microsoft killed Skype third-party tools for the desktop and there are no sdk's for Skype development. 微软杀死了台式机的Skype第三方工具 ,Skype开发还没有sdk。


Like you alreaddy mentioned, the most you can do is use URIs to open the users skype client: 就像你提到的那样,你可以做的最多就是使用URI来打开用户skype客户端:

  • Switching focus to the Skype client. 将焦点切换到Skype客户端。 (See Start/switch focus to the Skype client.) (请参阅启动/切换焦点到Skype客户端。)

  • Initiating audio calls to other Skype users, phones, or mobiles—both one-to-one dialogs and multi-party conferences. 向其他Skype用户,电话或移动设备发起音频呼叫 - 一对一对话和多方会议。 (See Audio call—implicit.) (参见音频呼叫隐式。)

  • Initiating video calls to another Skype user. 向另一个Skype用户发起视频呼叫。 (See Video call.) (见视频通话。)

  • Sending instant messages to an individual or establishing a group multi-chat. 向个人发送即时消息或建立群组多聊天。 (See Chats.) (见Chats。)

http://msdn.microsoft.com/en-us/library/office/dn745878(v=office.15).aspx http://msdn.microsoft.com/en-us/library/office/dn745878(v=office.15).aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM