Unbreak build by adding new mandatory ICE username param.

R=wu@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2182004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4689 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
fischman@webrtc.org 2013-09-05 23:11:55 +00:00
parent f1e807c0e5
commit 016eec0983

View File

@ -99,6 +99,7 @@
NSString *stunURL = @"stun:stun.l.google.com:19302"; NSString *stunURL = @"stun:stun.l.google.com:19302";
RTCICEServer *stunServer = RTCICEServer *stunServer =
[[RTCICEServer alloc] initWithURI:[NSURL URLWithString:stunURL] [[RTCICEServer alloc] initWithURI:[NSURL URLWithString:stunURL]
username:@""
password:@""]; password:@""];
NSArray *iceServers = @[stunServer]; NSArray *iceServers = @[stunServer];