Index: talk/app/webrtc/objc/public/RTCDataChannel.h |
diff --git a/talk/app/webrtc/objc/public/RTCDataChannel.h b/talk/app/webrtc/objc/public/RTCDataChannel.h |
index 7c225802455a2b841618063cfbf8086ab5f1eab5..70d4bdd25cc7d24a4bf88a65bf33254d56c49eb3 100644 |
--- a/talk/app/webrtc/objc/public/RTCDataChannel.h |
+++ b/talk/app/webrtc/objc/public/RTCDataChannel.h |
@@ -82,6 +82,12 @@ typedef enum { |
- (void)channel:(RTCDataChannel*)channel |
didReceiveMessageWithBuffer:(RTCDataBuffer*)buffer; |
+@optional |
+ |
+// Called when the buffered amount has changed. |
+- (void)channelDidChangeBufferedAmount:(RTCDataChannel*)channel |
tkchin_webrtc
2015/06/30 00:24:11
Wait, clang-format complained about the method nam
|
+ previousAmount:(NSUInteger)amount; |
+ |
@end |
// ObjectiveC wrapper for a DataChannel object. |