public class CallProviderSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
callTitle
The call title.
|
protected String |
joinTitle
The join title.
|
protected String[] |
supportedTypes
The supported types.
|
protected String |
title
The title.
|
protected String |
type
The name.
|
protected String |
version
The version.
|
| Constructor and Description |
|---|
CallProviderSettings(String type,
String[] supportedTypes,
String title,
String callTitle,
String joinTitle,
String version)
Instantiates a new settings.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCallTitle()
Gets the call title.
|
String |
getJoinTitle()
Gets the join title.
|
String[] |
getSupportedTypes()
Gets the supported types.
|
String |
getTitle()
Gets the title.
|
String |
getType()
Gets the name.
|
String |
getVersion()
Gets the version.
|
protected final String type
protected final String[] supportedTypes
protected final String title
protected final String callTitle
protected final String joinTitle
protected final String version
public CallProviderSettings(String type, String[] supportedTypes, String title, String callTitle, String joinTitle, String version)
type - the namesupportedTypes - the supported typestitle - the titlecallTitle - the call titlejoinTitle - the join titleversion - the versionpublic String getType()
public String[] getSupportedTypes()
public String getTitle()
public String getCallTitle()
public String getJoinTitle()
public String getVersion()
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.