Skip to content

Commit

Permalink
update library
Browse files Browse the repository at this point in the history
  • Loading branch information
lawder committed Dec 1, 2017
1 parent 6e080d9 commit 272574b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Pod/Library/include/Common/PLTypeDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ typedef NS_ENUM(NSUInteger, PLStreamStartStateFeedback) {
/// PLStreamStartStateStreamURLUnauthorized session 当前的 StreamURL 没有被授权
PLStreamStartStateStreamURLUnauthorized,
/// PLStreamStartStateSessionConnectStreamError session 建立 socket 连接错误
PLStreamStartStateSessionConnectStreamError
PLStreamStartStateSessionConnectStreamError,
/// PLStreamStartStateSessionURLInvalid session 当前传入的 pushURL 无效
PLStreamStartStateSessionPushURLInvalid
};

#pragma mark - Log
Expand Down
Binary file modified Pod/Library/libPLMediaStreamingKit.a
Binary file not shown.

0 comments on commit 272574b

Please sign in to comment.