mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
FS-11300 #resolve pause read to avoide decode initially vmuted members
This commit is contained in:
parent
81d81b5401
commit
c8592be1fe
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user