mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 14:18:07 +00:00
Add video ifdef
This commit is contained in:
parent
3e1d142b5c
commit
8484642ce2
1 changed files with 2 additions and 0 deletions
|
|
@ -3615,7 +3615,9 @@ unsigned long linphone_call_get_native_video_window_id(const LinphoneCall *call)
|
|||
|
||||
void linphone_call_set_native_video_window_id(LinphoneCall *call, unsigned long id) {
|
||||
call->video_window_id = id;
|
||||
#ifdef VIDEO_ENABLED
|
||||
if (call->videostream) {
|
||||
video_stream_set_native_window_id(call->videostream, id);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue