Hi Umesh,
I would recommend you to migrate to the newly introduced Mobile SDK at:
http://doc.developer.milestonesys.com/mipsdkmobile/
There is parameter for video size in the request stream.
Hi Umesh,
I would recommend you to migrate to the newly introduced Mobile SDK at:
http://doc.developer.milestonesys.com/mipsdkmobile/
There is parameter for video size in the request stream.
Thanks Petar. That doesn’t work in the mobile server sample. I changed the size of the img element…which can be found in requestAllStreams. Hope someone finds this useful.
var img = document.createElement(‘img’);
img.setAttribute(‘style’, ‘width:768px;height:435px’);