1127
Views
0
Helpful
1
Replies
how to setup video to full screen automatically when call connected in jabber for windows 11.8 ?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2017 02:50 PM
how to setup video to full screen automatically when call connected in jabber for windows 11.8 ?
Labels:
- Labels:
-
Jabber
1 Reply 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2017 11:44 AM
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...
