Uses of Class
org.exoplatform.webconferencing.webrtc.WebrtcProvider.RTCConfiguration
Packages that use WebrtcProvider.RTCConfiguration
-
Uses of WebrtcProvider.RTCConfiguration in org.exoplatform.webconferencing.webrtc
Fields in org.exoplatform.webconferencing.webrtc declared as WebrtcProvider.RTCConfigurationModifier and TypeFieldDescriptionprotected WebrtcProvider.RTCConfigurationWebrtcProvider.rtcConfigurationThe rtc configuration.protected final WebrtcProvider.RTCConfigurationWebrtcProvider.WebrtcSettings.rtcConfigurationThe rtc configuration.Methods in org.exoplatform.webconferencing.webrtc that return WebrtcProvider.RTCConfigurationModifier and TypeMethodDescriptionWebrtcProvider.getRtcConfiguration()Gets the rtc configuration.WebrtcProvider.WebrtcSettings.getRtcConfiguration()Gets the rtc configuration.WebrtcProvider.jsonToRtcConfig(org.json.JSONObject json) Json to RTC config.protected WebrtcProvider.RTCConfigurationWebrtcProvider.readRtcConfig()Read rtc config.Methods in org.exoplatform.webconferencing.webrtc with parameters of type WebrtcProvider.RTCConfigurationModifier and TypeMethodDescriptionorg.json.JSONObjectWebrtcProvider.rtcConfigToJson(WebrtcProvider.RTCConfiguration rtcConf) RTC config to json.protected voidWebrtcProvider.saveRtcConfig(WebrtcProvider.RTCConfiguration conf) Save rtc config.voidWebrtcProvider.saveRtcConfiguration(WebrtcProvider.RTCConfiguration conf) Save rtc configuration.Constructors in org.exoplatform.webconferencing.webrtc with parameters of type WebrtcProvider.RTCConfigurationModifierConstructorDescriptionWebrtcSettings(String callUri, WebrtcProvider.RTCConfiguration rtcConfiguration) Instantiates a new webrtc settings.