Skip to content

Commit

Permalink
Merge pull request #76 from mu-code007/v5.2.5
Browse files Browse the repository at this point in the history
release v5.2.5
  • Loading branch information
uu-code007 authored Sep 22, 2023
2 parents 41ceb6f + 3e6eaa2 commit 8ca0ef4
Show file tree
Hide file tree
Showing 18 changed files with 136 additions and 12 deletions.
24 changes: 24 additions & 0 deletions APIDiffs/api-diffs-5.2.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# QNRTCKit 5.2.4 to 5.2.5 API Differences

## General Headers

```
QNCameraVideoTrack
```

- *Added* method `- (**int**)pushImage:(**nullable** UIImage *)image`

```
QNTrack
```

- *Added* method `- (**void**)cameraVideoTrack:(QNCameraVideoTrack *)cameraVideoTrack didPushImageWithError:(NSError *)error`

```
QNRTCConfiguration
```

- *Added* property `@property (nonatomic, strong) NSArray* mcuDomains;`



2 changes: 1 addition & 1 deletion Pod/iphoneos/QNRTCKit.framework.dSYM/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>5.2.4</string>
<string>5.2.5</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.
10 changes: 10 additions & 0 deletions Pod/iphoneos/QNRTCKit.framework/Headers/QNRTCConfiguration.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property (nonatomic, assign, readonly) QNVideoEncoderType encoderType;

/*!
* @abstract 预设登录服务器域名
*
* @warning 当设置 mcuDomain 自定义域名,默认优先访问自定义域名,自定义域名访问异常时,内部会自动会切到默认域名进行访问
*
* @since v5.2.5
*/
@property (nonatomic, strong) NSArray* mcuDomains;


/*!
* @abstract 用默认参数生成一个对象
*
Expand Down
Loading

0 comments on commit 8ca0ef4

Please sign in to comment.