Class WebrtcProvider.SettingsBuilder
java.lang.Object
org.exoplatform.webconferencing.webrtc.WebrtcProvider.SettingsBuilder
- Enclosing class:
- WebrtcProvider
The Class SettingsBuilder.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the WebRTC settings.Call URI.Locale for internationalized messages to load in the settings.
-
Field Details
-
callUri
The call URI. -
locale
The locale.
-
-
Constructor Details
-
SettingsBuilder
public SettingsBuilder()
-
-
Method Details
-
callUri
Call URI.- Parameters:
callUri- the call URI- Returns:
- the settings builder
-
locale
Locale for internationalized messages to load in the settings.- Parameters:
locale- the locale- Returns:
- the settings builder
-
build
Builds the WebRTC settings.- Returns:
- the WebRTC settings
-