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
22
votes
8 answers

Skype for business URI instead of Skype

As we have the option of opening links in skype by just providing the URI: skype:xyz?call Can we do something similar to achieve the same functionality but it opens in Skype for Business? Kindly let me know. Cheers.
Neophile
  • 5,660
  • 14
  • 61
  • 107
21
votes
11 answers

Javascript to detect Skype?

Is it possible for some Javascript to detect whether Skype is installed or not? The reason I ask is that I'd like to change a link's href based on that: if Skype isn't installed, show a popup explaining what Skype is and how to install it, if it is…
nickf
  • 537,072
  • 198
  • 649
  • 721
19
votes
1 answer

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. I am using URI concept to call,video call or chat in Skype with android. i find 1 link to get status of Skype…
dipali
  • 10,966
  • 5
  • 25
  • 51
17
votes
3 answers

"Beautifying" an OS X disk image

When I downloaded Skype, I noticed that, in place of a normal "disk image" icon, there was a custom icon, and when I double clicked on the icon, the window used a colorful image as the background, prompting me to drag the skype icon into the…
stalepretzel
  • 15,543
  • 22
  • 76
  • 91
17
votes
1 answer

Send messages to Skype "group" chat from .NET?

Is there an easy way to send group chat messages to Skype from .NET? I don't need to respond to any commands or anything, so it doesn't need to be a BOT. Basically, I would run this program on a dedicated box with Skype running as a special user…
Brian David Berman
  • 7,514
  • 26
  • 77
  • 144
17
votes
0 answers

Writing a Skype addon/plugin (2016)?

I would like to develop a plugin/addon for Skype (desktop client), with the following requirements: When the plugin/addon is installed, one gets a new menu option in Skype Choosing this option shows a new window with text boxes, labels, checkboxes…
sdbbs
  • 4,270
  • 5
  • 32
  • 87
15
votes
3 answers

Custom URI Scheme and Skype links

I registered my own URL scheme. https://msdn.microsoft.com/en-us/library/aa767914.aspx how do I create my own URL protocol? (e.g. so://...) Link example: oce://10000 IE, firefox, windows explorer handle it fine. Id 10000 is opened correctly in my…
SelvirK
  • 925
  • 3
  • 18
  • 42
15
votes
1 answer

How to send a Skype chat message to a group using a remote server?

I looked at the Skype API docs (http://dev.skype.com/desktop-api-reference) and it seems to provide API functionality for interacting with a Skype program running on the same machine. How can you send a chat message from a server that is not running…
B Seven
  • 44,484
  • 66
  • 240
  • 385
14
votes
3 answers

How is SkypeKit different from programming with the Skype API?

I have a lot of experience writing Delphi 6 Pro apps using the Skype API. I don't use the COM object but instead I interface directly with the Skype client using the SendMessage() system. My current application acts as a full duplex audio proxy…
Robert Oschler
  • 14,153
  • 18
  • 94
  • 227
14
votes
6 answers

Launch Skype from an App Programmatically & Pass Number - Android

Trying to launch and pass tel. no. to skype by this code from my app: PackageManager packageManager = getPackageManager(); Intent skype =…
ruben
  • 1,745
  • 5
  • 25
  • 47
14
votes
1 answer

C# Skype Plugin

There seems to be VERY little documentation on how to do this online so thought I would ask here... Basically I want to make a very simple Skype plugin that will only be used within chat windows, and would either be triggered by a button press (if…
Grofit
  • 17,693
  • 24
  • 96
  • 176
14
votes
3 answers

Is it still possible to get Skype's user online status?

As the title says, is it still possible to check a user's status (online, offline, busy...) on Skype after the (big) change in its API service? Developers section seems very very limited now: http://developer.skype.com/
TheUnexpected
  • 3,077
  • 6
  • 32
  • 62
14
votes
4 answers

Implementation of Skype API

Possible Duplicate: Skype Addon in C# How can I implement the Skype API to access user information in C#?
karteek
12
votes
2 answers

Sending a message in Skype with VBA

Objective: Send a message to a Skype contact when a certain macro is done. Sources: I searched around and found a couple of question in SO trying to do the same thing. This is the base for the code I am using Using Excel VBA to send Skype messages…
DGMS89
  • 1,507
  • 6
  • 29
  • 60
12
votes
5 answers

Is there a way to access Skype IM logs?

I tried looking in C:\Users[name]\AppData\Roaming\Skype and I found a folder called "chatsync" with some mysterious folders with files ending in .dat. I'm almost certain that these are the chat logs but I don't know a way to properly open these…
eternalmatt
  • 3,524
  • 4
  • 25
  • 25
1
2
3
87 88