public class WebrtcProvider.SettingsBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
callUri
The call URI.
|
protected Locale |
locale
The locale.
|
| Constructor and Description |
|---|
SettingsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
WebrtcProvider.WebrtcSettings |
build()
Builds the WebRTC settings.
|
WebrtcProvider.SettingsBuilder |
callUri(String callUri)
Call URI.
|
WebrtcProvider.SettingsBuilder |
locale(Locale locale)
Locale for internationalized messages to load in the settings.
|
protected String callUri
protected Locale locale
public WebrtcProvider.SettingsBuilder callUri(String callUri)
callUri - the call URIpublic WebrtcProvider.SettingsBuilder locale(Locale locale)
locale - the localepublic WebrtcProvider.WebrtcSettings build()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.