Skip to content

Commit

Permalink
sipjibri: pjsua_vid.c
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Aug 18, 2024
1 parent 0d49b83 commit 3beefe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pjsip/src/pjsua-lib/pjsua_vid.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,8 @@ static pj_status_t create_vid_win(pjsua_vid_win_type type,
vp_param.vidparam.window_hide = !show;
vp_param.vidparam.flags |= PJMEDIA_VID_DEV_CAP_OUTPUT_WINDOW_FLAGS;
vp_param.vidparam.window_flags = wnd_flags;
vp_param.vidparam.flags |= PJMEDIA_VID_DEV_CAP_OUTPUT_FULLSCREEN;
vp_param.vidparam.window_fullscreen = PJMEDIA_VID_DEV_FULLSCREEN_DESKTOP;
if (wnd) {
vp_param.vidparam.flags |= PJMEDIA_VID_DEV_CAP_OUTPUT_WINDOW;
vp_param.vidparam.window = *wnd;
Expand Down

0 comments on commit 3beefe9

Please sign in to comment.