Author Topic: .NET Platform SDK & Multimedia  (Read 4602 times)

Offline luchosrock

  • Newbie
  • *
  • Posts: 43
  • Karma: 0
.NET Platform SDK & Multimedia
« on: July 03, 2014, 01:57:38 PM »
As I've asked before, I would like to know if there are possibilities to extend some of the features of Genesys to a .NET Desktop App, which for now it has voice integration through SIPServer.

Considering this, my question is: How can I handle multimedia (audio+video) calls with a Genesys solution the same way I do right now with voice only calls (ie. connecting to a server using the voice platform sdk)?

« Last Edit: July 03, 2014, 02:00:46 PM by luchosrock »

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: .NET Platform SDK & Multimedia
« Reply #1 on: July 03, 2014, 02:24:15 PM »
Do you mean WebRTC technology? If no, I do not understand how can be multimedia interaction audio or video. In general, the way how to achieve it through PSDK is still same as for voice, just you have not to connect to the T-Server, but to the IXN - of course request will be different, but principles are still same.

Offline luchosrock

  • Newbie
  • *
  • Posts: 43
  • Karma: 0
Re: .NET Platform SDK & Multimedia
« Reply #2 on: July 03, 2014, 02:31:01 PM »
So I can handle multimedia calls with the same T-Server configuration I have to voice only, can't I?

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: .NET Platform SDK & Multimedia
« Reply #3 on: July 03, 2014, 02:33:49 PM »
You do not understand how Genesys works and his event model or the description is not clear for me, so I cannot answet to your question. What do you want to achieve - email/chat processing or another multimedia like Twitter, Facebook or RSS channel? Be more specific please

Offline luchosrock

  • Newbie
  • *
  • Posts: 43
  • Karma: 0
Re: .NET Platform SDK & Multimedia
« Reply #4 on: July 03, 2014, 02:45:26 PM »
Sorry if I explained myself wrong. When I said multimedia content I meant handling of video-calls (I know the questions regarding facebook, twitter, email, etc. are handled through IXN Server).

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: .NET Platform SDK & Multimedia
« Reply #5 on: July 03, 2014, 03:18:24 PM »
SIP Server can do Video calls.

Offline luchosrock

  • Newbie
  • *
  • Posts: 43
  • Karma: 0
Re: .NET Platform SDK & Multimedia
« Reply #6 on: July 03, 2014, 03:45:46 PM »
So how can this be achieved? I've searched the SDK Docs but I couldn't find enough information about it. Is there an online resource I can look into?
Any help would be appreciated.


Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: .NET Platform SDK & Multimedia
« Reply #7 on: July 03, 2014, 04:06:12 PM »
?? SIP Server does that work, you would have to build a SIP Phone that can handle Video...or install a SIPPhone that handles it already like Xlite or similar.
What you do on SDK is just handling the interaction as in voice. No more to do.