skype Questions
3
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, ...
3
Solved
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...
Oe asked 22/2, 2011 at 5:55
2
I have an Asterisk PBX under development, that I would like to link to a Skype account if possible. The idea is that people would call a particular Skype username, and be redirected to my SIP and t...
6
Solved
Trying to launch and pass tel. no. to skype by this code from my app:
PackageManager packageManager = getPackageManager();
Intent skype = packageManager.getLaunchIntentForPackage("com.skype.raider...
Carola asked 20/6, 2011 at 16:32
3
Solved
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?
Klein asked 13/9, 2011 at 19:58
1
Solved
I have Skype (2.8.0.920) installed on two Android devices. The first device comes with Android 2.2, second with 4.04.
when I initiate a call by executing the following code...
Intent skype_inten...
Mulford asked 18/7, 2012 at 13:3
1
I'm starting some research on skype programming. Is there one technologie for skype plugins or are there multiple frameworks or apis?
I'd like to make a plugin where user from my database can commu...
Lumbago asked 23/7, 2012 at 13:7
5
Solved
If you view my page below:
http://www.noxinnovations.com/portfolio/nue/
... In Google Chrome (Specifically, maybe others as well?).
You will notice that there is some Skype Extension that allows...
Matter asked 11/1, 2012 at 5:4
3
Solved
I want to integrate Skype APIs in my native app. Is that possible? I have Googled around and couldn't find a way to start. I know there are APIs available for Mac OS X.
Can I make use of those API...
Sportive asked 27/9, 2011 at 12:30
1
I've been trying to make a "Skype Bot" in C#. So far I've successfully been able to get it to work in one on one chats. I can't get it to work in group chats. Here's my source:
using System;
using...
1
Solved
Im trying to show custom skype status icon on my website.
I found, that i can use url this:
http://mystatus.skype.com/username.txt but it always returns "Offline".
I tried also with num and xml...
1
Solved
Requirement:
I would like to interface my .NET application to a "virtual webcam driver" for the purposes of SENDING image frames.
I'm happy to use an open source .NET or COM component if that exi...
3
Solved
I have a Delphi 6 application that works with the Skype API. I want to know when the Skype client has shut down even though my software did not launch it (so I don't have a process handle for it). ...
1
How does Skype works in imo.im and im+ services? Any guesses?
I think there is only 3 ways:
Runing many copies of Skype client for each connecting client on server
Runing many copies of Runtime ...
Chorale asked 26/1, 2012 at 12:12
3
Solved
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 an...
Lauralauraceous asked 13/1, 2012 at 12:36
2
Solved
I wonder is there any Skype API for Android. What I wanted to do was actually access Skype contacts using API and display in my application against every user. So is there an Android API for ...
1
Solved
I create a call directly using the default os dialer by:
Intent call = new Intent(Intent.ACTION_CALL);
call.setData(Uri.parse("tel:" + phoneNo));
startActivity(call);
Is it possible to launch Sk...
Hives asked 19/6, 2011 at 22:17
1
Solved
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 de...
2
Solved
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 functiona...
Convexoconvex asked 23/3, 2011 at 15:35
2
Solved
How can I change my Skype status (from online to away, offline) using skype4com dll? I am working in C#. Answers that provide sample code would be most helpful to me.
4
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 800000...
Hexagonal asked 30/3, 2011 at 19:59
3
Solved
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 OnCategoryR...
Caldwell asked 5/2, 2011 at 20:38
1
Solved
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, ...
4
Possible Duplicate:
Skype Addon in C#
How can I implement the Skype API to access user information in C#?
2
Solved
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...
© 2022 - 2024 — McMap. All rights reserved.