Uses of Class
io.openvidu.java.client.Recording.Status
-
-
Uses of Recording.Status in io.openvidu.java.client
Methods in io.openvidu.java.client that return Recording.Status Modifier and Type Method Description Recording.Status
Recording. getStatus()
Status of the recordingstatic Recording.Status
Recording.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Recording.Status[]
Recording.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-