summaryrefslogtreecommitdiff
path: root/tests/twisted/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/constants.py')
-rw-r--r--tests/twisted/constants.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index c3ab874a7..aa4fa78d9 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -156,6 +156,10 @@ CALL_STATE_CHANGE_REASON_NETWORK_ERROR = 11
CALL_STATE_CHANGE_REASON_MEDIA_ERROR = 12
CALL_STATE_CHANGE_REASON_CONNECTIVITY_ERROR = 13
+CALL_STREAM_COMPONENT_UNKNOWN = 0
+CALL_STREAM_COMPONENT_DATA = 1
+CALL_STREAM_COMPONENT_CONTROL = 2
+
SUBSCRIPTION_STATE_UNKNOWN = 0
SUBSCRIPTION_STATE_NO = 1
SUBSCRIPTION_STATE_REMOVED_REMOTELY = 2