@Deprecated public class SkypeSettings extends org.exoplatform.webconferencing.CallProviderSettings
| Modifier and Type | Field and Description |
|---|---|
protected String |
apiKey
Deprecated.
The api key.
|
protected String |
apiKeyCC
Deprecated.
The api key CC.
|
protected String |
clientId
Deprecated.
The client id.
|
protected String[] |
origins
Deprecated.
The origins.
|
protected String |
redirectUri
Deprecated.
The redirect uri.
|
| Constructor and Description |
|---|
SkypeSettings(String type,
String[] supportedTypes,
String title,
String callTitle,
String joinTitle,
String clientId,
String redirectUri,
String version,
String apiKey,
String apiKeyCC,
String[] origins)
Deprecated.
Instantiates a new skype settings.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey()
Deprecated.
Gets the api key.
|
String |
getApiKeyCC()
Deprecated.
Gets the api key CC.
|
String |
getClientId()
Deprecated.
Gets the client id.
|
String[] |
getOrigins()
Deprecated.
Gets the origins.
|
String |
getRedirectUri()
Deprecated.
Gets the redirect uri.
|
protected final String clientId
protected final String redirectUri
protected final String apiKey
protected final String apiKeyCC
protected final String[] origins
public SkypeSettings(String type, String[] supportedTypes, String title, String callTitle, String joinTitle, String clientId, String redirectUri, String version, String apiKey, String apiKeyCC, String[] origins)
type - the namesupportedTypes - the supported typestitle - the titlecallTitle - the call titlejoinTitle - the join titleclientId - the client idredirectUri - the redirect uriversion - the versionapiKey - the api keyapiKeyCC - the api key CCorigins - the originspublic String getClientId()
public String getRedirectUri()
public String getApiKey()
public String getApiKeyCC()
public String[] getOrigins()
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.