diff --git a/AUTHORS b/AUTHORS index e5f2839ba..741c7fde7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -8,6 +8,7 @@ Jie Mao Luke Weber Martin Storsjo Pali Rohar +Rafael Lopez Diez Robert Nagy Silviu Caragea Victor Costan diff --git a/talk/app/webrtc/objc/public/RTCICEServer.h b/talk/app/webrtc/objc/public/RTCICEServer.h index 63c14efaa..b0adbf1ed 100644 --- a/talk/app/webrtc/objc/public/RTCICEServer.h +++ b/talk/app/webrtc/objc/public/RTCICEServer.h @@ -35,8 +35,8 @@ @property(nonatomic, copy, readonly) NSString* username; @property(nonatomic, copy, readonly) NSString* password; -// Initializer for RTCICEServer taking uri and password. -- (id)initWithURI:(NSString*)URI +// Initializer for RTCICEServer taking uri, username, and password. +- (id)initWithURI:(NSURL*)URI username:(NSString*)username password:(NSString*)password;