@Deprecated public class CallProviderSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active
Deprecated.
The active.
|
protected String |
callTitle
Deprecated.
The call title.
|
protected String |
joinTitle
Deprecated.
The join title.
|
protected String[] |
supportedTypes
Deprecated.
The supported types.
|
protected String |
title
Deprecated.
The title.
|
protected String |
type
Deprecated.
The name.
|
protected String |
version
Deprecated.
The version.
|
| Constructor and Description |
|---|
CallProviderSettings(String type,
String[] supportedTypes,
String title,
String callTitle,
String joinTitle,
String version)
Deprecated.
Instantiates a new settings.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCallTitle()
Deprecated.
Gets the call title.
|
String |
getJoinTitle()
Deprecated.
Gets the join title.
|
String[] |
getSupportedTypes()
Deprecated.
Gets the supported types.
|
String |
getTitle()
Deprecated.
Gets the title.
|
String |
getType()
Deprecated.
Gets the name.
|
String |
getVersion()
Deprecated.
Gets the version.
|
boolean |
isActive()
Deprecated.
Checks if is active.
|
protected final String type
protected final String[] supportedTypes
protected final String title
protected final String callTitle
protected final String joinTitle
protected final String version
protected boolean active
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 final boolean isActive()
public 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.