Class WebrtcProvider.WebrtcSettings

java.lang.Object
org.exoplatform.webconferencing.CallProvider.Settings
org.exoplatform.webconferencing.webrtc.WebrtcProvider.WebrtcSettings
Enclosing class:
WebrtcProvider

public class WebrtcProvider.WebrtcSettings extends org.exoplatform.webconferencing.CallProvider.Settings
The Class WebrtcSettings.
  • Field Details

  • Constructor Details

    • WebrtcSettings

      public WebrtcSettings(String callUri, WebrtcProvider.RTCConfiguration rtcConfiguration)
      Instantiates a new webrtc settings.
      Parameters:
      callUri - the call URI
      rtcConfiguration - the rtc configuration
  • Method Details

    • getCallUri

      public String getCallUri()
      Gets the call URI.
      Returns:
      the call URI
    • getRtcConfiguration

      public WebrtcProvider.RTCConfiguration getRtcConfiguration()
      Gets the rtc configuration.
      Returns:
      the rtcConfiguration