public class SkypeSettings
extends org.exoplatform.videocalls.ProviderSettings
| Modifier and Type | Field and Description |
|---|---|
protected String |
apiKey
The api key.
|
protected String |
apiKeyCC
The api key CC.
|
protected String |
clientId
The client id.
|
protected String[] |
origins
The origins.
|
protected String |
redirectUri
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)
Instantiates a new skype settings.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey()
Gets the api key.
|
String |
getApiKeyCC()
Gets the api key CC.
|
String |
getClientId()
Gets the client id.
|
String[] |
getOrigins()
Gets the origins.
|
String |
getRedirectUri()
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.