[feature][T8TSK-20][TCAM_T800_SW_0062] add voice rtp interface, just interface, function dosn't work 2
Change-Id: I7f70568abc433f773625e2554e0a8b5728e1d30e
diff --git a/lib/liblynq-call/lynq_call.cpp b/lib/liblynq-call/lynq_call.cpp
index 8f4ac52..dd5685c 100755
--- a/lib/liblynq-call/lynq_call.cpp
+++ b/lib/liblynq-call/lynq_call.cpp
@@ -1578,11 +1578,11 @@
{
return 0;
}
-int lynq_set_rtp_ip(const LYNQ_Rtp_Mode rtp_mode,const char* ip, const int ip_length)
+int lynq_set_rtp_ip(const LYNQ_Rtp_Mode rtp_mode, const char* ip, const int ip_length)
{
return 0;
}
-int lynq_set_rtp_port(const int port)
+int lynq_set_rtp_port(const LYNQ_Rtp_Mode rtp_mode, const int port)
{
return 0;
}