Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 56f83d9

Browse files
taste1981Chunbo
authored andcommitted
Update SDK version to 5.0
1 parent a9f3404 commit 56f83d9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

talk/owt/docs/cpp/cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ message is coming or connection is lost.
3232
# 7 Video codecs {#section7}
3333
For the decoder, if hardware acceleration is not enabled, only VP8/VP9 is supported. If hardware acceleration is enabled, VP8,
3434
VP9, H.264 and HEVC are supported, but it will fallback to VP8 software decoder if GPU does not supports VP8 hardware decoding.
35-
Most of the 5th/6th/7th/8th Generation Intel<sup>®</sup> Core(TM) Processor platforms support VP8 hardware decoding, refer to their specific documentation for details.
35+
Most of the 5th-11th Generation Intel<sup>®</sup> Core(TM) Processor platforms support VP8 hardware decoding, refer to their specific documentation for details.
3636
Starting from 6th Generation Intel<sup>®</sup> Core(TM) Processor platforms, hardware encoding and decoding of HEVC is supported.
3737
You can turn off video encoding/decoding hardware acceleration via {@link owt.base.GlobalConfiguration GlobalConfiguration} API,
3838
by passing "false" to SetVideoHardwareAccelerationEnabled API before creating conferenceclient or peerclient.

talk/owt/docs/cpp/doxygen_c++.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#---------------------------------------------------------------------------
55
DOXYFILE_ENCODING = UTF-8
66
PROJECT_NAME = "Intel&reg; Collaboration Suite for WebRTC"
7-
PROJECT_NUMBER = version&nbsp;4.3
7+
PROJECT_NUMBER = version&nbsp;5.0
88
PROJECT_BRIEF = "Open WebRTC Toolkit (OWT) Client SDK for Windows*"
99
PROJECT_LOGO = ../doxygen/intel_logo.png
1010
OUTPUT_DIRECTORY = .

talk/owt/docs/ios/doxygen_ios.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#---------------------------------------------------------------------------
55
DOXYFILE_ENCODING = UTF-8
66
PROJECT_NAME = "Intel&reg; Collaboration Suite for WebRTC"
7-
PROJECT_NUMBER = version&nbsp;4.3
7+
PROJECT_NUMBER = version&nbsp;5.0
88
PROJECT_BRIEF = "Open WebRTC Toolkit (OWT) Client SDK for iOS*"
99
PROJECT_LOGO = ../doxygen/intel_logo.png
1010
OUTPUT_DIRECTORY = .

talk/owt/sdk/base/sysinfo.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "talk/owt/sdk/base/sysinfo.h"
99
namespace owt {
1010
namespace base {
11-
static const std::string kSdkVersion("4.3");
11+
static const std::string kSdkVersion("5.0");
1212
static const std::string kRuntimeName("WebRTC");
1313
static const std::string kRuntimeVersion("83");
1414
static const std::string kUnknown("Unknown");

talk/owt/sdk/base/sysinfoios.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
});
2020
return *system_version;
2121
}
22-
#endif // WEBRTC_LINUX
22+
#endif // WEBRTC_IOS
2323
}
2424
}

0 commit comments

Comments
 (0)