Is it possible to add the maximize functionality in the camera view in the mobile sdk (web)

I am using the http://localhost:8081/XPMobileSDK/Samples/Video/videoSample.html

sample, is it possible to add the maximize camera view button next to the playback button directly from the sdk or do i have to implement my own logic.

best regards,

Currently it is not possible. The purpose of samples provided is to give you some general guideline what you can do. The way that we did it in the WebClient is to use the Fullscreen API which is very easy to be used : https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API