[Pkg-voip-commits] [janus] 124/282: Add error symbol for wrong WebRTC status.

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.6-1
in repository janus.

commit 5f808892ba1acf635db145e12a17a345d3942af5
Author: Alessandro Toppi <atoppi at meetecho.com>
Date:   Wed Oct 11 12:34:26 2017 +0200

    Add error symbol for wrong WebRTC status.
---
 apierror.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/apierror.h b/apierror.h
index e566aa8..c936aa5 100644
--- a/apierror.h
+++ b/apierror.h
@@ -63,6 +63,8 @@
 #define JANUS_ERROR_UNEXPECTED_ANSWER			469
 /*! \brief The auth token the request refers to doesn't exist */
 #define JANUS_ERROR_TOKEN_NOT_FOUND				470
+/*! \brief The current request cannot be handled because of not compatible WebRTC state */
+#define JANUS_ERROR_WEBRTC_STATE				471
 
 
 /*! \brief Helper method to get a string representation of an API error code

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list