home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Skype4MP with video
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="mts" data-source="post: 1103603" data-attributes="member: 55872"><p>Hey guys,</p><p></p><p>you know that the skype Desktop-Api is still available? Microsoft recalled their decision to cancel the desktop-api before they have an alternative.</p><p>Link: <a href="https://support.skype.com/en/faq/FA214/what-is-the-desktop-api" target="_blank">https://support.skype.com/en/faq/FA214/what-is-the-desktop-api</a></p><p></p><p style="margin-left: 20px"><em>As communicated in this <a href="http://blogs.skype.com/2013/11/06/feature-evolution-and-support-for-the-skype-desktop-api/" target="_blank">blog post</a>, due to technology improvements we are making to the Skype experience, some features of the API will stop working with Skype for desktop. For example, delivery of chat messages using the API will cease to work. <strong>However, we will be extending support</strong> for two of the most widely used features – call recording and compatibility with hardware devices –<strong> until we determine alternative options</strong> or retire the current solution.</em></p> <p style="margin-left: 20px"></p><p>I just made a short test without a problem:</p><p>[code]</p><p> skype = new Skype();</p><p> skype.Attach(); </p><p></p><p> for (int i = 0; i < skype.Friends.Count; i++)</p><p> {</p><p> Title = skype.Friends[i + 1].DisplayName;</p><p></p><p> if (skype.Friends[i + 1].Handle == "echo123")</p><p> {</p><p> Call call = skype.PlaceCall(skype.Friends[i + 1].Handle);</p><p> break;</p><p> }</p><p> }</p><p>[/code]</p><p></p><p>Unfortunately I never wrote a mediaportal-plugin before, but it should be very easy to integrate it.</p><p>If you use this it wont show you the client: </p><p>_SendSkypeCommand("SET WINDOWSTATE HIDDEN");</p></blockquote><p></p>
[QUOTE="mts, post: 1103603, member: 55872"] Hey guys, you know that the skype Desktop-Api is still available? Microsoft recalled their decision to cancel the desktop-api before they have an alternative. Link: [url]https://support.skype.com/en/faq/FA214/what-is-the-desktop-api[/url] [INDENT][I]As communicated in this [URL='http://blogs.skype.com/2013/11/06/feature-evolution-and-support-for-the-skype-desktop-api/']blog post[/URL], due to technology improvements we are making to the Skype experience, some features of the API will stop working with Skype for desktop. For example, delivery of chat messages using the API will cease to work. [B]However, we will be extending support[/B] for two of the most widely used features – call recording and compatibility with hardware devices –[B] until we determine alternative options[/B] or retire the current solution.[/I] [/INDENT] I just made a short test without a problem: [code] skype = new Skype(); skype.Attach(); for (int i = 0; i < skype.Friends.Count; i++) { Title = skype.Friends[i + 1].DisplayName; if (skype.Friends[i + 1].Handle == "echo123") { Call call = skype.PlaceCall(skype.Friends[i + 1].Handle); break; } } [/code] Unfortunately I never wrote a mediaportal-plugin before, but it should be very easy to integrate it. If you use this it wont show you the client: _SendSkypeCommand("SET WINDOWSTATE HIDDEN"); [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Skype4MP with video
Contact us
RSS
Top
Bottom