From f818c1a197cdd40145868be97c0472e150c563bb Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 21 May 2014 15:28:14 -0400 Subject: Added functions to send and receive lossy encrypted packets over the Tox connection. A/V should now work over TCP. --- toxav/msi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxav/msi.h') 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 ); * @brief Call type identifier. Also used as rtp callback prefix. */ typedef enum { - type_audio = 70, + type_audio = 192, type_video } MSICallType; -- cgit v1.2.3