Uses of Class
io.openvidu.java.client.RecordingMode
-
-
Uses of RecordingMode in io.openvidu.java.client
Fields in io.openvidu.java.client declared as RecordingMode Modifier and Type Field Description static RecordingModeSessionProperties.DefaultValues. recordingModeMethods in io.openvidu.java.client that return RecordingMode Modifier and Type Method Description RecordingModeSessionProperties. recordingMode()static RecordingModeRecordingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RecordingMode[]RecordingMode. 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 RecordingMode Modifier and Type Method Description SessionProperties.BuilderSessionProperties.Builder. recordingMode(RecordingMode recordingMode)
-