cwEuCon.cpp : Change mute id's to indicate source.
This commit is contained in:
parent
c94990cb00
commit
2b73b7b416
@ -547,13 +547,13 @@ namespace cw
|
||||
type = 'T';
|
||||
break;
|
||||
|
||||
case kMuteEuconId:
|
||||
case kFdrMuteEuconId:
|
||||
{
|
||||
type = 'M';
|
||||
|
||||
fb->chA[chIdx].muteFl = !fb->chA[chIdx].muteFl;
|
||||
|
||||
if(_send_app_msg(fb, chIdx, kMuteEuconId, !fb->chA[chIdx].muteFl ) != kOkRC )
|
||||
if(_send_app_msg(fb, chIdx, kEucMuteEuconId, !fb->chA[chIdx].muteFl ) != kOkRC )
|
||||
cwLogError(kOpFailRC,"Send mute msg failed.");
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user