Skip to content

Commit

Permalink
Updated some method signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanalund committed May 12, 2016
1 parent c1f7faa commit f3f6a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ The entry point class for Native app developement is `OpenWebRTCNativeHandler`:
- (void)initiateCall;
- (void)terminateCall;
- (void)handleOfferReceived:(NSString *)offer;
- (void)handleAnswerReceived:(NSString *)answer;
- (void)handleOfferReceived:(NSDictionary *)offer;
- (void)handleAnswerReceived:(NSDictionary *)answer;
- (void)handleRemoteCandidateReceived:(NSDictionary *)candidate;
- (void)setVideoCaptureSourceByName:(NSString *)name;
Expand Down

0 comments on commit f3f6a8c

Please sign in to comment.