Questions tagged [skype]

Skype is a software application by Microsoft that allows users to make voice and video calls over the Internet. It features a Desktop API for external control.

Skype allows for free calls to other users within the same service, while calls to both traditional landline telephones and mobile phone can be made for a fee using a debit-based user account system. Skype has also become popular for its additional features which include instant messaging, file transfer, and video conferencing.

The network is operated by Skype Limited, which has its headquarters in Luxembourg, is minority owned by eBay and was acquired in 2011 by Microsoft. Most of the development team of Skype is situated in Tallinn, Estonia for cost reasons and outsourced by the Luxembourg parent company.

Unlike other VoIP services, the Skype company does not run only on servers, but makes use of background processing on computers running Skype software; the original name proposed—Sky peer-to-peer (see below)—reflects this.

Some network administrators have banned Skype on corporate, government, home, and education networks, citing reasons such as inappropriate usage of resources, excessive bandwidth usage, and security concerns.

Resources

1317 questions
-3
votes
1 answer

How can make skype clone with delphi XE?

How make program like skype,? What should I have to know to make it like the program? Which component should I use?
-3
votes
1 answer

universal inbox app to show all the incoming messages from different chat apps

I am developing a universal inbox app to show all the incoming messages from different chat apps like WhatsApp, Facebook Messenger, WeChat, QQ, SMS, Viber, Skype etc. Can you please tell me if there are any common APIs to integrate these apps with…
monali
  • 7
-3
votes
2 answers

Modify the interface of Skype

can I create an android application which can change the interface of Skype ??? Note : I make a research and I found that it's impossible, because each application in android is associated with a unique UID and this prevents one application from…
Saber Elharti
  • 93
  • 1
  • 5
-3
votes
1 answer

how to make a GUI skype-like in Qt with items of contact going down

I tried to make a GUI like skype but without succeed. What I want is to make list of contact the same in skype list contact. when you click on some contact in that list, we could notice that a little frame appear, contact move down like in…
-4
votes
3 answers

Whats the name of the place where facebook, skype, and other iOS apps got code from?

I was on here searching for other stuff and stumbled upon a website that had a demo on the site of an iphone and showed a bunch of stock views and tableviews. I remember it saying that a bunch of big apps used their source. Like facebook and skype.…
Snazzy757
  • 17
  • 3
-4
votes
2 answers

Replacing string in c# to block skype phone formatting

I have two strings: string ThePhone = "XXX-XXX-XXXX" string SkypeBlock = "--"; I want to replace the last dash (-) in ThePhone with SkypeBlock And the desired result: TheNewPhone = "XXX-XXX-
frenchie
  • 51,731
  • 109
  • 304
  • 510
-4
votes
1 answer

Do not show skype call screen

Now, I want to develop a Android app with using Skype voip service. This app have keypad to input skype ID, and make call to that. But at that time it will show skype call screen replace my app screen. I want to make a skype to skype call on my app,…
user1234
  • 25
  • 9
-4
votes
2 answers

html does it have a try, catch like c#?

I love to use try catch on a lot of my programs in C#. I was working on a website and I was using: Call 555-555-5555 But if they don't have skype of course there is an error, which I would like to redirect to…
DDJ
  • 807
  • 5
  • 13
  • 31
-4
votes
1 answer

Initializing ISkypeClientPtr

I've racked my brain over this for some hours: pClient is always NULL (0x000000). pClient doesn't seem to initialize the same way as ISkypePtr, IUserCollectionPtr, and IUserPtr? ISkypePtr pSkype(__uuidof(Skype)); while (TRUE){ IUserCollectionPtr…
Oloty
  • 15
  • 5
-5
votes
2 answers

I need to embedded skype window to my website

I need to create a chat php application with Skype. As I cross the internet I could not find a way to embedded skype anywhere. Last thing I get is 2015 there were sdk for web but now its no where to find and with Microsoft involve, I'm confuse. Can…
damnguy
  • 95
  • 1
  • 11
-5
votes
1 answer

Android Skype recorder

Hi i am trying to develop android app which will be able to record skype calls. Problem is lack of knowledge, could you give me a tips how to do it easy or where to start ? My idea is : Create service which listens(i mean monitors) processes and…
TGIO
  • 523
  • 8
  • 19
-7
votes
2 answers

Skype BOT C# Not Running Correctly

I am making a Skype bot in C# but I'm having a problem. It isn't reading my own commands, only the commands received by others. When I add something like "!Resolve (username)" it makes the code all bugged up by bugged up i mean it just crashes the…
1 2 3
87
88