FS-11300 #resolve pause read to avoide decode initially vmuted members

This commit is contained in:
Seven Du 2017-10-01 10:01:29 +08:00 committed by Andrey Volk
parent 81d81b5401
commit c8592be1fe
1 changed files with 4 additions and 0 deletions

View File

@ -2417,6 +2417,10 @@ SWITCH_STANDARD_APP(conference_function)
}
}
if (!mflags[MFLAG_CAN_BE_SEEN]) {
switch_channel_set_flag(channel, CF_VIDEO_PAUSE_READ);
}
if (mpin_matched) {
mflags[MFLAG_MOD] = 1;
}