cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1103
Views
0
Helpful
1
Replies

how to setup video to full screen automatically when call connected in jabber for windows 11.8 ?

adam.king1
Level 1
Level 1

how to setup video to full screen automatically when call connected in jabber for windows 11.8 ?

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

There is no specific API request within the Jabber SDK for launching fullscreen mode - the defined video window simply fills whatever target element it is given.

You should be able to achieve the desired effect by, for example, creating a new DOM window as the video window element, using the JS fullscreen API (Fullscreen API - Web APIs | MDN) to fullscreen that window, all triggered via the Jabber SDK call or video-started events...