This library will allow you to place Skype calls from your app.
The library is based on the Skype URI API, read THIS for more details.
Requirements:
1- The Skype app installed on your device.
2- Copy the Skype.xml and Skype.jar to your additional libraries directory.
Usage:
You can place a Voice call, Video call or Chat.
This library also contains some extra functions not included in the API, see the attached sample for more details.
The library is based on the Skype URI API, read THIS for more details.
Requirements:
1- The Skype app installed on your device.
2- Copy the Skype.xml and Skype.jar to your additional libraries directory.
Usage:
B4X:
'Initialize the library
Dim mySkype As Skype
mySkype.Initialize
'**** YOU MUST ADD A PARTICIPANT BEFORE PLACING A CALL ***
mySkype.AddParticipant("echo123")
'Make a voice call (The TOPIC is optional)
mySkype.AudioCall(mySkype.ParticipantsList, "Hello There")
You can place a Voice call, Video call or Chat.
This library also contains some extra functions not included in the API, see the attached sample for more details.
Attachments
Last edited: