Uses of Class
io.openvidu.java.client.OpenViduRole
-
-
Uses of OpenViduRole in io.openvidu.java.client
Fields in io.openvidu.java.client declared as OpenViduRole Modifier and Type Field Description static OpenViduRoleConnectionProperties.DefaultValues. roleMethods in io.openvidu.java.client that return OpenViduRole Modifier and Type Method Description OpenViduRoleConnection. getRole()Returns the role of the Connection.OpenViduRoleConnectionProperties. getRole()Returns the role assigned to this Connection.OpenViduRoleTokenOptions. getRole()Deprecated.Returns the role assigned to this token.static OpenViduRoleOpenViduRole. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenViduRole[]OpenViduRole. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.openvidu.java.client with parameters of type OpenViduRole Modifier and Type Method Description ConnectionProperties.BuilderConnectionProperties.Builder. role(OpenViduRole role)Call this method to set the role assigned to this Connection.TokenOptions.BuilderTokenOptions.Builder. role(OpenViduRole role)Deprecated.Call this method to set the role assigned to this token.
-