Skip to content

Commit f7268cd

Browse files
committed
Update to 1.0.0.2.20200922
1 parent 7adc106 commit f7268cd

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

so/libARtcStrm.so

21.2 KB
Binary file not shown.

so/libARtmKit.so

40 Bytes
Binary file not shown.

so/libRtxpChan.so

4.96 KB
Binary file not shown.

src/RtcCallToSip.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void RtcCallToSip::StartTask(const std::string&strAppId, const std::string&strCh
5959
rtm_channel_->join();
6060
}
6161

62-
aud_enc_->Init(aud_rtc_sample_hz_, aud_rtc_channels_, 24000, false);
62+
aud_enc_->Init(aud_rtc_sample_hz_, aud_rtc_channels_, 16000, false);
6363
}
6464
void RtcCallToSip::StopTask()
6565
{

src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "RtcLog.h"
1616
#include "SipRtcMgr.h"
1717

18-
#define SVR_VERSION "1.0.0.1.20200827"
18+
#define SVR_VERSION "1.0.0.2.20200922"
1919

2020
int main(int argc, char*argv[])
2121
{

0 commit comments

Comments
 (0)