ashen_23

sdk upgrade

Showing 25 changed files with 3 additions and 2 deletions
1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = "HHVDoctorSDK" 2 s.name = "HHVDoctorSDK"
3 - s.version = "2.0.6.0724.1420" 3 + s.version = "2.0.6.0724.1450"
4 s.summary = "和缓视频医生 SDK" 4 s.summary = "和缓视频医生 SDK"
5 5
6 s.description = <<-DESC 6 s.description = <<-DESC
@@ -3,5 +3,5 @@ @@ -3,5 +3,5 @@
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>HHBundleVersion</key> 5 <key>HHBundleVersion</key>
6 -<string>07:24:14:20</string></dict> 6 +<string>07:24:14:50</string></dict>
7 </plist> 7 </plist>
@@ -430,6 +430,7 @@ enum PermissionType : NSInteger; @@ -430,6 +430,7 @@ enum PermissionType : NSInteger;
430 /// 视频管理器代理 430 /// 视频管理器代理
431 SWIFT_PROTOCOL("_TtP12hhVDoctorSDK16HHMVideoDelegate_") 431 SWIFT_PROTOCOL("_TtP12hhVDoctorSDK16HHMVideoDelegate_")
432 @protocol HHMVideoDelegate <NSObject> 432 @protocol HHMVideoDelegate <NSObject>
  433 +@optional
433 /// 主动视频时的呼叫状态变化 434 /// 主动视频时的呼叫状态变化
434 /// \param state 当前呼叫状态 435 /// \param state 当前呼叫状态
435 /// 436 ///