Commit 3ca7995c authored by 朱璇's avatar 朱璇

Merge branch 'zx/faceTest' into 'master'

设置音频编码格式

See merge request !11
parents 6d2b1ab3 c2d38845
......@@ -38,9 +38,9 @@ static id _manager;
{
self = [super init];
if (self) {
_rtcEngine = [TTTRtcEngineKit sharedEngineWithAppId:TTTAppID delegate:nil];
[_rtcEngine setSignalTimeout:30];
[_rtcEngine setPreferAudioCodec:TTTRtc_AudioCodec_ISAC_WB bitrate:32 channels:1];
_me = [[GMTTTUser alloc] initWith:0];
_localProfile = TTTRtc_VideoProfile_Default;
_cdnProfile = TTTRtc_VideoProfile_Default;
......
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