summaryrefslogtreecommitdiff
path: root/toxav/msi.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-05-21 15:28:14 -0400
committerirungentoo <irungentoo@gmail.com>2014-05-21 15:28:14 -0400
commitf818c1a197cdd40145868be97c0472e150c563bb (patch)
tree4e1b0082d2638763bb83e344d5069615b1c9d1fa /toxav/msi.h
parent248fd212baa93f06db9845f588003e0ada75c402 (diff)
Added functions to send and receive lossy encrypted packets over
the Tox connection. A/V should now work over TCP.
Diffstat (limited to 'toxav/msi.h')
-rwxr-xr-xtoxav/msi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/msi.h b/toxav/msi.h
index 39a9c792..052126d2 100755
--- a/toxav/msi.h
+++ b/toxav/msi.h
@@ -40,7 +40,7 @@ typedef void ( *MSICallback ) ( void *arg );
40 * @brief Call type identifier. Also used as rtp callback prefix. 40 * @brief Call type identifier. Also used as rtp callback prefix.
41 */ 41 */
42typedef enum { 42typedef enum {
43 type_audio = 70, 43 type_audio = 192,
44 type_video 44 type_video
45} MSICallType; 45} MSICallType;
46 46