Skip to content

Commit

Permalink
2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuxi committed Feb 12, 2020
1 parent 3b28938 commit 1ac62b5
Show file tree
Hide file tree
Showing 60 changed files with 1,540 additions and 2,730 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
966 changes: 0 additions & 966 deletions SKYLINK.framework/Frameworks/WebRTC.framework/LICENSE.md

This file was deleted.

Binary file removed SKYLINK.framework/Frameworks/WebRTC.framework/WebRTC
Binary file not shown.
15 changes: 1 addition & 14 deletions SKYLINK.framework/Headers/SKYLINKConnection.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,6 @@ typedef void (^ResolutionResultBlock)(NSInteger width, NSInteger height, NSInteg
*/
@property(nonatomic, assign) BOOL enableLogs;

/*!
@property
@abstract Encryption key used for SDK encryption.
@discussion SDK now allows AES encryption/decryption of certain user provided information.
*/
@property(nonatomic, copy) NSString * _Nullable encryptSecret;

#pragma mark - Lifecycle
/*!
@name Lifecycle
Expand Down Expand Up @@ -500,13 +493,7 @@ typedef void (^ResolutionResultBlock)(NSInteger width, NSInteger height, NSInteg
*/
- (void)sendP2PMessage:(null_unspecified id)message toRemotePeerId:(nullable NSString *)remotePeerId callback:(nullable ErrorBlock)callback;

/*!
@method
@abstract The sending Peer sends this to get messageHistory of the room
@discussion Can only get all public messages
@return The message array
*/
- (NSArray<NSDictionary<NSString *, NSString *> *> * _Nonnull)getPublicMessageHistory;

#pragma mark - Data transfer
/*!
@name Data transfer
Expand Down
4 changes: 2 additions & 2 deletions SKYLINK.framework/Headers/SKYLINKProtocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
@param isPublic Flag to specify whether the message was a broadcast.
@param remotePeerId The unique id of the peer.
*/
- (void)connection:(nonnull SKYLINKConnection *)connection didReceiveServerMessage:(null_unspecified id)message isPublic:(BOOL)isPublic remotePeerId:(null_unspecified NSString *)remotePeerId;
- (void)connection:(nonnull SKYLINKConnection *)connection didReceiveServerMessage:(null_unspecified id)message isPublic:(BOOL)isPublic timeStamp:(long long)timeStamp remotePeerId:(null_unspecified NSString *)remotePeerId;

/*!
@method
Expand All @@ -289,7 +289,7 @@
@param isPublic Flag to specify whether the message was a broadcast.
@param remotePeerId The unique id of the peer.
*/
- (void)connection:(nonnull SKYLINKConnection *)connection didReceiveP2PMessage:(null_unspecified id)message isPublic:(BOOL)isPublic remotePeerId:(null_unspecified NSString *)remotePeerId;
- (void)connection:(nonnull SKYLINKConnection *)connection didReceiveP2PMessage:(null_unspecified id)message isPublic:(BOOL)isPublic timeStamp:(long long)timeStamp remotePeerId:(null_unspecified NSString *)remotePeerId;


/*!
Expand Down
Binary file modified SKYLINK.framework/SKYLINK
Binary file not shown.
70 changes: 0 additions & 70 deletions SKYLINK.framework/components.bundle/aes.js

This file was deleted.

Loading

0 comments on commit 1ac62b5

Please sign in to comment.