diff --git a/openvidu-java-client/src/main/java/io/openvidu/java/client/OpenVidu.java b/openvidu-java-client/src/main/java/io/openvidu/java/client/OpenVidu.java index 32056f3f..bd5ae085 100644 --- a/openvidu-java-client/src/main/java/io/openvidu/java/client/OpenVidu.java +++ b/openvidu-java-client/src/main/java/io/openvidu/java/client/OpenVidu.java @@ -124,6 +124,13 @@ public class OpenVidu { * * @throws OpenViduJavaClientException * @throws OpenViduHttpException + * Value returned from + * {@link io.openvidu.java.client.OpenViduHttpException#getStatus()} + *
409
: you are trying to assign an already-in-use
+ * custom sessionId to the session. See
+ * {@link io.openvidu.java.client.SessionProperties#customSessionId()}404
: no session exists for the passed
+ * sessionId400
: the session has no connected
+ * participants409
: the session is not configured for using
+ * {@link io.openvidu.java.client.MediaMode#ROUTED} or it is already
+ * being recorded501
: OpenVidu Server recording module is
+ * disabled (openvidu.recording property set to
+ * false)404
: no session exists for the passed
+ * sessionId400
: the session has no connected
+ * participants409
: the session is not configured for using
+ * {@link io.openvidu.java.client.MediaMode#ROUTED} or it is already
+ * being recorded501
: OpenVidu Server recording module is
+ * disabled (openvidu.recording property set to
+ * false)404
: no session exists for the passed
+ * sessionId400
: the session has no connected
+ * participants409
: the session is not configured for using
+ * {@link io.openvidu.java.client.MediaMode#ROUTED} or it is already
+ * being recorded501
: OpenVidu Server recording module is
+ * disabled (openvidu.recording property set to
+ * false)404
: no recording exists for the passed
+ * recordingId406
: recording has starting status. Wait
+ * until started status before stopping the recording404
: no recording exists for the passed
+ * recordingId404
: no recording exists for the passed
+ * recordingId409
: the recording has started status.
+ * Stop it before deletion
404
: no session exists for the passedsessionId
400
: the session has no connected participants409
: the session is not configured for using MediaMode.ROUTED or it is already being recorded501
: OpenVidu Server recording module is disabled (openvidu.recording
property set tofalse
)404
: no session exists for the passedsessionId
400
: the session has no connected participants409
: the session is not configured for using MediaMode.ROUTED or it is already being recorded501
: OpenVidu Server recording module is disabled (openvidu.recording
property set tofalse
)404
: no session exists for the passedsessionId
400
: the session has no connected participants409
: the session is not configured for using MediaMode.ROUTED or it is already being recorded501
: OpenVidu Server recording module is disabled (openvidu.recording
property set tofalse
)