Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: webrtc/call.h

Issue 1273363005: Add send transports to individual webrtc::Call streams. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase+comment Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/audio_send_stream.h ('k') | webrtc/test/call_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call.h
diff --git a/webrtc/call.h b/webrtc/call.h
index b94029db4730c143c22a9b84c6372af1ca9e6d0f..97226a0e5ccba289159c17e4e03b3e72d83f5ce5 100644
--- a/webrtc/call.h
+++ b/webrtc/call.h
@@ -69,16 +69,8 @@ class LoadObserver {
class Call {
public:
struct Config {
- Config() = delete;
- explicit Config(newapi::Transport* send_transport)
- : send_transport(send_transport) {}
-
static const int kDefaultStartBitrateBps;
- // TODO(solenberg): Need to add media type to the interface for outgoing
- // packets too.
- newapi::Transport* send_transport = nullptr;
-
// VoiceEngine used for audio/video synchronization for this Call.
VoiceEngine* voice_engine = nullptr;
« no previous file with comments | « webrtc/audio_send_stream.h ('k') | webrtc/test/call_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698