Uses of Class
io.openvidu.java.client.KurentoOptions
-
-
Uses of KurentoOptions in io.openvidu.java.client
Fields in io.openvidu.java.client declared as KurentoOptions Modifier and Type Field Description static KurentoOptionsConnectionProperties.DefaultValues. kurentoOptionsMethods in io.openvidu.java.client that return KurentoOptions Modifier and Type Method Description KurentoOptionsKurentoOptions.Builder. build()Builder forKurentoOptionsKurentoOptionsConnectionProperties. getKurentoOptions()Returns the KurentoOptions assigned to this Connection.KurentoOptionsTokenOptions. getKurentoOptions()Deprecated.Returns the Kurento options assigned to this tokenMethods in io.openvidu.java.client with parameters of type KurentoOptions Modifier and Type Method Description ConnectionProperties.BuilderConnectionProperties.Builder. kurentoOptions(KurentoOptions kurentoOptions)Call this method to set aKurentoOptionsobject for this Connection.TokenOptions.BuilderTokenOptions.Builder. kurentoOptions(KurentoOptions kurentoOptions)Deprecated.Call this method to set aKurentoOptionsobject for this token.
-