Uses of Class
org.exoplatform.webconferencing.webrtc.WebrtcProvider.RTCConfiguration
-
Packages that use WebrtcProvider.RTCConfiguration Package Description org.exoplatform.webconferencing.webrtc -
-
Uses of WebrtcProvider.RTCConfiguration in org.exoplatform.webconferencing.webrtc
Fields in org.exoplatform.webconferencing.webrtc declared as WebrtcProvider.RTCConfiguration Modifier and Type Field Description protected WebrtcProvider.RTCConfigurationWebrtcProvider. rtcConfigurationThe rtc configuration.protected WebrtcProvider.RTCConfigurationWebrtcProvider.WebrtcSettings. rtcConfigurationThe rtc configuration.Methods in org.exoplatform.webconferencing.webrtc that return WebrtcProvider.RTCConfiguration Modifier and Type Method Description WebrtcProvider.RTCConfigurationWebrtcProvider. getRtcConfiguration()Gets the rtc configuration.WebrtcProvider.RTCConfigurationWebrtcProvider.WebrtcSettings. getRtcConfiguration()Gets the rtc configuration.WebrtcProvider.RTCConfigurationWebrtcProvider. 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.RTCConfiguration Modifier and Type Method Description org.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.RTCConfiguration Constructor Description WebrtcSettings(String callUri, WebrtcProvider.RTCConfiguration rtcConfiguration)Instantiates a new webrtc settings.
-