Tagged Questions

Skype is a software application that allows users to make voice calls over the Internet.

learn more… | top users | synonyms

16
votes
6answers
662 views

How does your team work together in a remote setup?

we are a distributed team working on the object database db4o. The way we work: We try to program in pairs only. We use Skype and VNC or SharedView to connect and work together. In our online ...
14
votes
10answers
6k views

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 ...
12
votes
2answers
1k views

Registration-free COM/DLL?

My program is using the Skype4COM.dll (A wrapper for the Skype API). I am using Delphi 2010 - is there a way to make sure that my program is ALWAYS using the Skype4COM.dll that I will ship it with? ...
11
votes
4answers
2k views

“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, ...
9
votes
3answers
331 views

How to find out if a Skype call is currently active on Android

Okay, I decompiled Skype's manifest to find out if there are any Services or Broadcasts running during a call. There are only a few internal broadcasts for incoming calls. Also only one receiver and ...
9
votes
2answers
546 views

Integrating Skype runtime in existing Android application

The binary distribution of the Skypekit SDK(beta) ships with binary Runtimes for different machine architectures(linux/win/mac-x86/arm-eabi). Usually, for integrating and leveraging Skype ...
8
votes
1answer
596 views

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 ...
8
votes
4answers
802 views

Random Access Violations in my code

I have been modifying, debugging, modifying, debugging (you know the drill) and I just can't figure out what is causing these Access Violations! The most typical one is with "Read of adress 80000000" ...
8
votes
2answers
3k views

Check if Python Package is installed

what's a good way to check if a package is installed while within a Python script? I know it's easy from the interpreter, but I need to do it within a script. I guess I could check if there's a ...
5
votes
0answers
291 views

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 ...
5
votes
3answers
453 views

Stack Overflow

Hey S.O! I am posting my Stack Overflow problem on StackOverflow.com. Irony at its best! Anyways. I am calling this procedure on my SkypeReply event handler, which gets fired a lot: Procedure ...
5
votes
4answers
750 views

Delphi: How to create a Windows autostart application like Skype does?

I'd like to add an option to my application similar to the Skype's option "run Skype as my computer starts". Skype doesnt't go on the "Auto start applications" of the start menu folder, I'd like to ...
5
votes
2answers
510 views

regarding streaming, how does a program like skype work?

When programs such as Skype streams video from a user to another and vice versa, how is that usually accomplished? Does client A stream to a server, and server sends it to client B? or does it go ...
5
votes
4answers
3k views

Video Conferencing API

I'm looking for a video conferencing .NET API where I can connect peer to peer. Currently I am using Skype API, but it is missing a few features, such as being able to switch to fullscreen via the ...
4
votes
4answers
203 views

Telephone call from AIR application

Since there is no actionscript API for skype, is there a http call API which I can use for actionscript 3? I want to make telephone calls from AIR app.
4
votes
4answers
878 views

Is it possible to write a Skype client?

Is there any libraries for this? I will put this on a server and it will be a windows service. And Skype will not be installed on server. So Skype API will not mean anything I guess. Edit: I am ...
3
votes
1answer
173 views

Skype4com automation - How to get list of participants on a call

I'm trying to write an application that talks to Skype to do a few things. One thing I'd like to do, is when a voice call connects, obtain a list of the participants. I'm doing this currently by ...
3
votes
1answer
232 views

Skype iPhone app URL scheme

I've been using the skype:username?call URL scheme to launch the Skype app directly into a call, and was about to implement the skype:username?chat URL scheme to launch it directoy into chat... ...
3
votes
1answer
158 views

Detecting whether Skype is in “Compact View” or “Default View”

The way my application functions, is determined by Skype's view mode, due to the fact that my application is looking for windows of class TConversationWindow, which if in Default View is a child of ...
3
votes
1answer
949 views

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 ...
3
votes
3answers
415 views

Prevent skype highlighting from corrupting textareas

In short, a text area programatically populated with a phone number in it, with the Skype plugin installed, produces the highlighting tags. Thus, (418) 555-1234 becomes ...
3
votes
0answers
250 views

Skype in Eclipse via ECF

I am looking for a skype provider plugin to work with Eclipse ECF in Helios version of Eclipse. There is only one Skype provider so far and the update site for it is down for very long. Has any one ...
3
votes
4answers
1k views

skype number recognition

Is it possible to turn off skype number recognition with some html or javascript? I'm NOT interested in turning it off only for my machine but for anyone visiting my page. I have seen the <meta ...
3
votes
1answer
124 views

Disallow Skype from showing icons next to phone numbers

Is it possible to programme a website so that it disallows Skype from adding it's icons next to phone numbers? Thanks, Steph
3
votes
1answer
2k views

How to start skype chat not call with link

You can put a value "skype:nick" into href attribute of a link and it works, but it fires a call. I would like to start a chat (text conversation). I know that "skype:" is a type of protocol, but ...
3
votes
1answer
431 views

How use skype across ruby (any gem?)

I need comunicate a rails ap with skype, more specific, I need than(previously aprovation) a user can call other user using skype and keep both id private, is that possible?, thank so much!!!
3
votes
1answer
743 views

How to programatically pause spotify when a call comes in on skype

Skype has an inbuilt function where iTunes playback is paused and resumed automatically when a call comes in. It would be nice to have something similar for Spotify. Both provide a python API so this ...
3
votes
2answers
543 views

Installing Skype on Amazon EC2 instance

For my application, I need to have Skype working on my Amazon EC2 Windows instance. I got the application installed and am able to log in, however, I can't make a phone call, since I am getting an ...
3
votes
5answers
2k views

VOIP: How to Create a Web app to make Call like skype or msn? [closed]

This is a very newbie question. I want to know how to create a WEB APP to make Call ( using VOIP protocoll I think ). What program languages do I have to learn ( client and server side ) ?
3
votes
2answers
1k views

Call using Skype.app via openURL:

Does anybody know if it is possible open Skype.app to call phone via - (BOOL)openURL:(NSURL *)url UIApplication message? If it possible, what url a need pass to this message? Thanks
3
votes
2answers
1k views

Skype Addon in C#

I would like to try and build a Skype Addon. Is there an API? Any point in the right direction would be helpful. I would like to use C# to accomplish the task. Thanks!
3
votes
4answers
155 views

scalable sites

facebook, skype, myspace etc... all have millions and millions of users, does anyone know what their architecture looks like. Is it distributed on different nodes or do they use massive clusters?
3
votes
2answers
5k views

Controlling Skype via its Skype4COM.dll COM API

I'm working with the Skype4COM.dll COM API using C# and it works very well for all of the communication functionality we need. We are trying to put an easier to use interface on top of Skype that is ...
3
votes
4answers
2k views

How to integrate my Web Application with Skype, Gtalk of another IM system?

I want to be able to send reminders to my users, using their IM system of choice, very much like Remember The Milk does when it sends notifications. How can I do that? Additional INFO: I develop in ...
2
votes
1answer
36 views

Skype username validation

Is there a way to validate that a Skype username is valid in a web app? (form validation upon account creation) By valid I do not mean by using regular expressions. We an easily check to see if it ...
2
votes
1answer
68 views

My DirectShow filter crashes Skype 5.x during a call. Runs fine in 4.x, Graph Edit and other programs

I have a DirectShow push source video filter written in Delphi 6 with the DSPACK component library. The filter runs fine during a Skype call as long as the Skype client utilizing the filter is not ...
2
votes
1answer
72 views

How can I ignore/disable INT 01 and INT 03 instructions in the host EXE used to debug my Delphi 6 DLL?

I have a Delphi 6 DirectShow DLL that I am using with Skype. My debugging setup for the DLL is to set the Host parameters for my Run parameters to Skype. The problem is that there appears to be a ...
2
votes
1answer
110 views

Accept connection on a Listening socket on the Listening socket (and no longer listen)?

I am doing socket programming in Delphi 6 Pro using the ICS (TWSocket) library. I know my question may seem either convoluted or awkward, but let me explain my application needs so you understand why ...
2
votes
1answer
116 views

How do I inject custom audio buffers into a DirectX filter graph using DSPACK?

I am using Delphi 6 with DSPACK to do several operations involving audio and DirectX. I have the "input" side figured out where I assign one of the enumerated audio input devices to a TFilter object ...
2
votes
1answer
335 views

Skype API or Google Talk/Voice in Java, Android

It will use Skype's API or Google Talk/Voice. The app's front screen is very simple. The app is meant to be an intercom through skype, so it will have its own skype account and will call another ...
2
votes
2answers
231 views

Github commit messages to Skype chat bot

I'd like to have a bot which sends Skype chat notifications for Github commits. I didn't find Skype in Github project admin hooks. Any idea where I should start looking examples?
2
votes
1answer
310 views

How can I alert Skype chatrooms with Jenkins build status?

Our company uses Skype for communications, and I'd like to be able to send alerts to Skype chatrooms when a Jenkins build fails (and when it recovers too). How can I do this?
2
votes
1answer
312 views

multiple skype login using single instance?

Can anyone please tell me how to create multiple instance of skype with different logins.(imo.im for example allows multiple skype users to login and chat).By somehow I read that using Dbus-skype ...
2
votes
2answers
1k views

Android Api for Skype?

i wonder is there any Skype API for Android. what i wanted to do actually access Skype contacts using API and display in my application against every user. there for i wanted to know any Android API ...
2
votes
1answer
274 views

Is it possible to login skype through VB.Net windows application

I want to develop a skype integrated application. For this i am using Skype4Com.dll.But i don't see any method to log into skype through code.Is it possible to log into skype through VB.Net windows ...
2
votes
3answers
238 views

Opening Skype from java

I am implementing a system for touchscreens in java that needs to be able to call up skype, how can I go from a fullscreen java app to having skype open, then closing the skype window and getting back ...
2
votes
2answers
186 views

Preventing crash when doing time consuming task with COM (SKYPE4COM)

I am using the Skype4COM control. My program is trying to delete around 3K contacts from my contact list in Skype using a For loop, however 1) It takes a lot of time 2) it may crash, with a "MyApp ...
2
votes
1answer
515 views

GET ALL Skype Friends using skype APIs With C#

Is there any way to get all user friend using Skype with C#? Also how can I get active(online friends).
2
votes
1answer
374 views

sending message in a skype group conversation through vc#

How can I send the message in a group conversation of skype chat through vc#. Though I have included the skype reference in my application and can get some chats. Thanks.
2
votes
1answer
277 views

Is it possible to open iphone phone number links with another app such as skype or change the default dialer?

I'm desperately trying to find this info and have been searching for several days. I use wifi + skype on my iphone with no plan. All I want to do is when I click on a number in a web page, or in the ...

1 2 3 4 5 6