Index: webrtc/examples/objc/AppRTCDemo/ARDTURNClient.h |
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDTURNClient.h b/webrtc/examples/objc/AppRTCDemo/ARDTURNClient.h |
index 8f2a81734229fca65421613794b3ab1accca8c2e..d5aeb54354e5d54a78b605a1b0f7865a898ce3ed 100644 |
--- a/webrtc/examples/objc/AppRTCDemo/ARDTURNClient.h |
+++ b/webrtc/examples/objc/AppRTCDemo/ARDTURNClient.h |
@@ -10,11 +10,13 @@ |
#import <Foundation/Foundation.h> |
+@class RTCIceServer; |
+ |
@protocol ARDTURNClient <NSObject> |
// Returns TURN server urls if successful. |
-- (void)requestServersWithCompletionHandler: |
- (void (^)(NSArray *turnServers, |
+- (void)requestServerWithCompletionHandler: |
+ (void (^)(RTCIceServer *turnServer, |
NSError *error))completionHandler; |
@end |