Commit 5a9bf855 authored by jiaweihuang's avatar jiaweihuang
Browse files

LIVE-25724【直播】代码打包/代码配置关联专用单

parent ef2fa815
......@@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = "PLVLiveKit"
s.version = "1.2.6"
s.version = "1.2.7"
s.summary = "Polyv iOS streamer."
s.homepage = "http://git.polyv.net/ios/PolyvLiveKit"
......
......@@ -26,7 +26,7 @@ static const NSInteger RetryTimesMargin = 3;
#define SAVC(x) static const AVal av_ ## x = AVC(#x)
static const AVal av_setDataFrame = AVC("@setDataFrame");
static const AVal av_SDKVersion = AVC("PLVLiveKit 1.2.6");
static const AVal av_SDKVersion = AVC("PLVLiveKit 1.2.7");
SAVC(onMetaData);
SAVC(duration);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment