]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11300 #resolve pause read to avoide decode initially vmuted members
authorSeven Du <dujinfang@x-y-t.cn>
Sun, 1 Oct 2017 02:01:29 +0000 (10:01 +0800)
committerAndrey Volk <andywolk@gmail.com>
Tue, 16 Jul 2019 19:37:39 +0000 (23:37 +0400)
src/mod/applications/mod_conference/mod_conference.c

index 74894014bd2de53da11987b1861e2451c7f5957a..7f93e182a121600c2c1d7e39f71c07d9687104d1 100644 (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;
        }