mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
FS-4418 --resolve
This commit is contained in:
parent
18a16e6931
commit
643a18b583
@ -4520,6 +4520,7 @@ static switch_status_t conf_api_sub_mute(conference_member_t *member, switch_str
|
||||
switch_clear_flag_locked(member, MFLAG_TALKING);
|
||||
|
||||
switch_set_flag(member, MFLAG_INDICATE_MUTE);
|
||||
member->score_iir = 0;
|
||||
|
||||
if (stream != NULL) {
|
||||
stream->write_function(stream, "OK mute %u\n", member->id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user