提交 26f4c98b authored 作者: Seven Du's avatar Seven Du 提交者: Andrey Volk

FS-11291 #resolve fix canvas id it was impossible to watch the first canvas

上级 68abd253
......@@ -800,7 +800,7 @@ switch_status_t conference_member_add(conference_obj_t *conference, conference_m
if ((var = switch_channel_get_variable_dup(member->channel, "video_initial_watching_canvas", SWITCH_FALSE, -1))) {
int id = atoi(var) - 1;
if (id == 0) {
if (id == -1) {
id = conference->canvas_count;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论