Recognized values for the P_BUDDYCOUNT_POLICY property that controls whether the number of this user's authorized contacts is visible to other users, either through Account.GetPropNrofAuthedBuddies or Contact.GetPropNrofAuthedBuddies when those instances reference this user.
Recognized values for the P_CHAT_POLICY property that controls whether non-authorized users can initiate text chat with the currently logged in account.
Recognized values for the P_PHONENUMBERSPOLICY property that controls whether unauthorized remote users can see associated phone numbers in their UI (for reference, see the different phone number tabs in Windows desktop Client contact view).
Recognized values for the P_PWDCHANGESTATUS property that provides information on whether a password change succeeded or failed, giving detailed failure reason.
Recognized values for the P_WEBPRESENCEPOLICY property that controls whether your online status (presence) can be seen using the "Skype buttons" ( http://www.skype.com/share/buttons/ ) embedded in web pages.
Takes one or more Contact identities and creates corresponding Participant objects within the context of this Conversation, which must be of type CONFERENCE.
Setupkey SETUPKEY_CALL_NOANSWER_TIMEOUT type:int default value:"15" Timeout in seconds after which the incoming live session will stop ringing (and if possible, proceed to voicemail or call forward).
Setupkey SETUPKEY_DISABLE_AUDIO_DEVICE_PROBING type:boolean Disables audio devices probing This setup key is machine-specific and affects all local accounts.
Setupkey SETUPKEY_DISABLE_DIGITAL_FAR_END_AGC type:boolean Disables Skype digital far-end gain controller This setup key is machine-specific and affects all local accounts.
Setupkey SETUPKEY_DISABLE_DIGITAL_NEAR_END_AGC type:boolean Disables Skype digital near-end gain controller This setup key is machine-specific and affects all local accounts.
Setupkey SETUPKEY_DISABLE_NOISE_SUPPRESSOR type:boolean Disables Skype noise suppressor This setup key is machine-specific and affects all local accounts.
Setupkey SETUPKEY_DISABLE_PORT80 type:int 1 disables listening of alternative ports (80, 443) This setup key is machine-specific and affects all local accounts.
Setupkey SETUPKEY_DISABLED_CODECS type:string Space-separated array of disabled codecs This setup key is machine-specific and affects all local accounts.
For Message types that include a body and are editable:
- alters BODY_XML of the message object
- sets EDITED_BY and EDIT_TIMESTAMP properties
- propagates the changes to remote users.
By default a runtime only forwards the int alike value in case of property changes
this function allows forwarding the string values as well which can highly improve
the performances if your application is always getting the strings on the change
notification.
Setupkey SETUPKEY_FT_SAVEPATH type:string Full local path to save incoming file transfers (used for AutoAccept feature) This is account-specific setup key.
Retrieves string list of SMS text chunks in first argument, while the second argument contains the number of available characters until creation of the next chunk becomes necessary.
Returns three string lists and one int array, containing 2-letter country code, country name, dialing prefix and example dial string (not available for all items).
Retrieves a Message object by the P_GUID property (globally unique ID, same for all the participants of the conversation, in which this message occured).
Setupkey SETUPKEY_HTTPS_PROXY_ENABLE type:int Set to 0 for automatic proxy detect, 1 to use proxy config below This setup key is machine-specific and affects all local accounts.
Setupkey SETUPKEY_HTTPS_PROXY_PWD type:string HTTPS proxy server password (base64 encoded) This setup key is machine-specific and affects all local accounts.
Setupkey SETUPKEY_IDLE_TIME_FOR_AWAY type:int Number of seconds since the last keyboard or mouse activity, after which the online status of currently logged in account should be set to AWAY.
Setupkey SETUPKEY_INBOX_UPDATE_TIMEOUT type:int Timeout in seconds, how old the Conversation.P_INBOX_TIMESTAMP has to be for it to be re-sorted in the inbox.
Checks whether the contact is member of a pre-defined contact group given in the TYPE argument (type for this property comes from the ContactGroup class).
starts, answers or joins a live session (first one to join becomes LIVE_HOST) * @param accessToken if starting a live session, allows to set a custom access token
Login an auto-login enabled account (P_STATUS is LOGGED_OUT_AND_PWD_SAVED) and optionally set the availability, for example login in as Contact.DO_NOT_DISTURB.
For messages of type SET_METADATA that alert participants to changes to the associated Conversation's metadata, indicates which metadata property changed and its P_BODY_XML property contains the changed data.
multiget the following properties for a list of Participant
- P_VOICE_STATUS
- P_TEXT_STATUS
- P_VIDEO_STATUS
- P_RANK
- P_LIVE_TYPE
- P_LIVE_PRICE_FOR_ME
- P_IDENTITY
Takes audio data that comes from the sound argument and mixes it into playback or notification device, depending on the value passed in the useCallOutDevice argument.
Posts the specified text the conversation, and populates message with a reference to the corresponding Message object (if no error occurred during execution).
Setupkey SETUPKEY_RECENTLY_LIVE_TIMEOUT type:int default value:"20" The number of seconds a formerly live conversation will remain the Conversation.LIVE_CONVERSATIONS filter.
By default only a TCP transport is supported to communicate with the runtime,
but with setting a TransportFactory 1 further non portable transport could be used,
provided that they are supported by the runtime as well.
Setupkey SETUPKEY_SOCKS_PROXY_ENABLE type:int Set to non-zero to enable socks proxy support This setup key is machine-specific and affects all local accounts.
Setupkey SETUPKEY_SOCKS_PROXY_PWD type:string SOCKS proxy server password (base64 encoded) This setup key is machine-specific and affects all local accounts.
When called from dialog conversation, this spawns a new conversation, with existing two dialog participants plus new contact identities given in the identitiesToAdd list.
creates and sends a CONFIRMATION_CODE_SUBMIT message this authorizes the number with the server for the purpose given in RequestConfirmationCode * @param number
Transfer in this context refers to transferring (sending/receiving) files among Skype Contacts, not transferring a call to another Skype or PSTN Contact.
This method should be used for validating skypenames before registering new accounts, if the propKey is set to SKYPENAME (Contact class) and forRegistration argument is set to true.