Fix typo by renaming RTCSessionDescriptonDelegate -> RTCSessionsDescriptionDelegate
R=fischman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/12059004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5946 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
#import "GAEChannelClient.h"
|
||||
#import "APPRTCAppClient.h"
|
||||
#import "RTCSessionDescriptonDelegate.h"
|
||||
#import "RTCSessionDescriptionDelegate.h"
|
||||
#import "RTCVideoSource.h"
|
||||
// Used to send a message to an apprtc.appspot.com "room".
|
||||
@protocol APPRTCSendMessage<NSObject>
|
||||
@@ -48,7 +48,7 @@
|
||||
@interface APPRTCAppDelegate : UIResponder<ICEServerDelegate,
|
||||
GAEMessageHandler,
|
||||
APPRTCSendMessage,
|
||||
RTCSessionDescriptonDelegate,
|
||||
RTCSessionDescriptionDelegate,
|
||||
UIApplicationDelegate>
|
||||
|
||||
@property(strong, nonatomic) UIWindow* window;
|
||||
|
@@ -357,7 +357,7 @@
|
||||
[self closeVideoUI];
|
||||
}
|
||||
|
||||
#pragma mark - RTCSessionDescriptonDelegate methods
|
||||
#pragma mark - RTCSessionDescriptionDelegate methods
|
||||
|
||||
// Match |pattern| to |string| and return the first group of the first
|
||||
// match, or nil if no match was found.
|
||||
|
Reference in New Issue
Block a user