fix : incomming sip message

Change-Id: Ifc5bfb1c076816767c350a34d88d5efc102e3122
Tuleap: #1210
diff --git a/VideoPage.xaml.cpp b/VideoPage.xaml.cpp
index 90241d5..df268a5 100644
--- a/VideoPage.xaml.cpp
+++ b/VideoPage.xaml.cpp
@@ -332,7 +332,7 @@
 }

 

 

-void RingClientUWP::Views::VideoPage::OnincomingMessage(Platform::String ^callId, Platform::String ^from, Platform::String ^payload)

+void RingClientUWP::Views::VideoPage::OnincomingMessage(Platform::String ^callId, Platform::String ^payload)

 {

     scrollDown();

 }