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

Unified Diff: webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.m

Issue 1972483002: Pass around the candidate removals events in IOS clients Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Fix a type conversion in RTCPeerConnection.mm Created 4 years, 7 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
Index: webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.m b/webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.m
index 87a690ebeb0a22f69978d7163f5697d1f8e175a0..8692459805b017e30fcb57c0fb4f4426cc1bab78 100644
--- a/webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.m
+++ b/webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.m
@@ -233,6 +233,7 @@ static NSString const *kARDWSSMessagePayloadKey = @"msg";
// Should not receive answer in loopback scenario.
break;
case kARDSignalingMessageTypeCandidate:
+ case kARDSignalingMessageTypeCandidatesRemoval:
// Send back to server.
[self sendMessage:message];
break;

Powered by Google App Engine
This is Rietveld 408576698