send video break on floor change

This commit is contained in:
Anthony Minessale 2013-10-18 19:14:24 +05:00
parent da5fd53417
commit bf78270540
1 changed files with 3 additions and 0 deletions

View File

@ -1657,6 +1657,9 @@ static void conference_set_video_floor_holder(conference_obj_t *conference, conf
} else {
switch_channel_clear_flag(imember->channel, CF_VIDEO_PASSIVE);
}
switch_channel_set_flag(imember->channel, CF_VIDEO_BREAK);
switch_core_session_kill_channel(imember->session, SWITCH_SIG_BREAK);
switch_core_session_refresh_video(imember->session);
}