Skype4MP with video (4 Viewers)

mts

Portal Pro
September 2, 2007
317
25
Home Country
Germany Germany
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: https://support.skype.com/en/faq/FA214/what-is-the-desktop-api

As communicated in this blog post, 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. However, we will be extending support for two of the most widely used features – call recording and compatibility with hardware devices – until we determine alternative options or retire the current solution.
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;
                }
            }

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");
 
Last edited:

mts

Portal Pro
September 2, 2007
317
25
Home Country
Germany Germany
great, so maybe we can just bring it back to life again. I think it would be great to have some basic functions like:
- display your buddy list. (show who is online / offline)
- initiate a call (with or without video)
- answer a call (with or without video)

I think this should be possible at the moment. All the chat-functions are disabled at the moment.
 

offbyone

Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    Those functions are in there ;) Question is if it still works with the current Skype API. And it also needs updating to work with current MP version.
     

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    Alright here's the google code project with svn:
    https://code.google.com/p/skype4mp/

    I already fixed the code to run with MediaPortal1.7 or higher and build an installer.
    You can see you contacts and start/end a call. Only has DefaultWide skin files.

    It's far from perfect, but the code was never finished (and it's mostly not mine - I simply took over from fripsy IIRC).
     

    Attachments

    • Skype4MP_1.0.0.5.mpe1
      1.1 MB

    Users who are viewing this thread


    Write your reply...

    Similar threads

    I've made changes to the media-playing overlays in BasicHome.xml and musicOverlay.xml, but I'm having difficulty finding the video-playing overlay used for the other screens. Isn't there a single overlay .xml that displays in MyVideo, MyMusic, TVSeries, MovingPictures, etc. like the musicOverlay.xml does? Thanks! Update: ... Ooops...
    I've made changes to the media-playing overlays in BasicHome.xml and musicOverlay.xml, but I'm having difficulty finding the...
    I've made changes to the media-playing overlays in BasicHome.xml and musicOverlay.xml, but I'm having difficulty finding the...
    Replies
    0
    Views
    210
    DOH.....another senior moment for me, as I've been here before some years ago! Thanks again :)
    DOH.....another senior moment for me, as I've been here before some years ago! Thanks again :)
    After some time working seamlessly....have run into a brick wall with this! Have tried switching from MadVr to EVR....and problem...
    Replies
    4
    Views
    1K
    Before you create this bug report: Make sure that your system (Windows, codecs and drivers) is up to date, matching the Requirements and you've filled in your System Specs. Have a look at our MediaPortal Wiki! Maybe the solution is already there. Have a look at our Jira (Bug and Issue Tracker)and the threads in this section, maybe...
    Before you create this bug report: Make sure that your system (Windows, codecs and drivers) is up to date, matching the...
    Before you create this bug report: Make sure that your system (Windows, codecs and drivers) is up to date, matching the...
    Replies
    0
    Views
    246
    Hello, I would like to use a media server to display various learning categories. I prefer not to use software like Kodi, as it requires extensive metadata scraping that I don't need. Is it possible to instantly access the video categories when landing on the page? I would like to display a single media page with the following...
    Hello, I would like to use a media server to display various learning categories. I prefer not to use software like Kodi, as it...
    Hello, I would like to use a media server to display various learning categories. I prefer not to use software like Kodi, as it...
    Replies
    0
    Views
    463
    You can always use GitHub online But judging by the picture, you are doing well. Direct Push to Master is prohibited, create PR.
    You can always use GitHub online But judging by the picture, you are doing well. Direct Push to Master is prohibited, create PR.
    Hello, Because I was annoyed with closing MP, launch config, modify setting and start MP again, I decided to give MP the ability...
    Replies
    5
    Views
    3K
    Top Bottom