aboutsummaryrefslogtreecommitdiff
path: root/call/call.h
diff options
context:
space:
mode:
Diffstat (limited to 'call/call.h')
-rw-r--r--call/call.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/call/call.h b/call/call.h
index 9d6d4ee11a..65bd5f2f23 100644
--- a/call/call.h
+++ b/call/call.h
@@ -165,6 +165,10 @@ class Call {
// send streams needs to be updated.
virtual void OnLocalSsrcUpdated(AudioReceiveStream& stream,
uint32_t local_ssrc) = 0;
+ virtual void OnLocalSsrcUpdated(VideoReceiveStream& stream,
+ uint32_t local_ssrc) = 0;
+ virtual void OnLocalSsrcUpdated(FlexfecReceiveStream& stream,
+ uint32_t local_ssrc) = 0;
virtual void OnUpdateSyncGroup(AudioReceiveStream& stream,
const std::string& sync_group) = 0;