Index: webrtc/api/peerconnection.h |
diff --git a/webrtc/api/peerconnection.h b/webrtc/api/peerconnection.h |
index fc754b9c838761402f2b1629c5a09295419c5c00..aba595c4bbf517d121e592f3b6b1dc5919f732a2 100644 |
--- a/webrtc/api/peerconnection.h |
+++ b/webrtc/api/peerconnection.h |
@@ -174,6 +174,7 @@ |
void CreateVideoReceiver(MediaStreamInterface* stream, |
const std::string& track_id, |
uint32_t ssrc); |
+ void StopReceivers(cricket::MediaType media_type); |
void DestroyReceiver(const std::string& track_id); |
void DestroyAudioSender(MediaStreamInterface* stream, |
AudioTrackInterface* audio_track, |
@@ -324,9 +325,7 @@ |
void OnSctpDataChannelClosed(DataChannel* channel); |
// Notifications from WebRtcSession relating to BaseChannels. |
- void OnVoiceChannelCreated(); |
void OnVoiceChannelDestroyed(); |
- void OnVideoChannelCreated(); |
void OnVideoChannelDestroyed(); |
void OnDataChannelCreated(); |
void OnDataChannelDestroyed(); |