Skip to content

Commit

Permalink
set default audioIndicationInterval = 0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent3q committed Jun 11, 2019
1 parent d5c2372 commit 0641122
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ namespace agora {
out << layout.canvasWidth << "," << layout.canvasHeight << ",15," << resolutionValue;
string mixResolution = out.str();
config.mixResolution = &mixResolution[0u];

config.audioIndicationInterval = 0;
//todo
// pRecording->m_agorasdk->updateMixModeSetting(0, 0, true);
int result = pRecording->m_agorasdk->createChannel(str_appid, str_key, str_name, uid, config);
Expand Down

0 comments on commit 0641122

Please sign in to comment.