mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-11300 #resolve pause read to avoide decode initially vmuted members
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user