diff --git a/src/sip/sipcall.h b/src/sip/sipcall.h
index 8ba457437792612bd6c038973e55d81db2f094db..8c4c537ccb2580d87c7bd83faf2aafe16b25e519 100644
--- a/src/sip/sipcall.h
+++ b/src/sip/sipcall.h
@@ -152,7 +152,7 @@ public:
     {
         auto const& videoRtp = getVideoRtp();
         if (videoRtp)
-            videoRtp->getVideoReceive().get();
+            return videoRtp->getVideoReceive().get();
 
         return nullptr;
     }