Press on the image to return to the main documentation page.
Skype
Written by NJDude
List of types:
Skype
Skype
Events:
None
Members:
AddParticipant
(
UserName
As
String
)
As
String
AudioCall
(
Participants
As
List
,
Topic
As
String
)
As
String
ChatCall
(
Participants
As
List
,
Topic
As
String
)
As
String
ClearParticipantsList
As
String
getGetNumberOfParticipants
As
Int
GetNumberOfParticipants
As
Int
[read
only]
getParticipantsList
As
List
Initialize
As
String
IsInitialized
As
Boolean
ParticipantsList
As
List
[read
only]
RemoveParticipant
(
UserName
As
String
)
As
String
VideoCall
(
Participants
As
List
,
Topic
As
String
)
As
String
Members description:
AddParticipant
(
UserName
As
String
)
As
String
Add a participant to the call list
AudioCall
(
Participants
As
List
,
Topic
As
String
)
As
String
Places a voice call
ChatCall
(
Participants
As
List
,
Topic
As
String
)
As
String
Starts a chat
ClearParticipantsList
As
String
Clear the participants list
getGetNumberOfParticipants
As
Int
Get number of participants
GetNumberOfParticipants
As
Int
[read
only]
Get number of participants
getParticipantsList
As
List
Get list of participants
Initialize
As
String
Initializes the Skype library
IsInitialized
As
Boolean
Tests whether the object has been initialized.
ParticipantsList
As
List
[read
only]
Get list of participants
RemoveParticipant
(
UserName
As
String
)
As
String
Remove a participant from the call list
VideoCall
(
Participants
As
List
,
Topic
As
String
)
As
String
Places a video call
Top