|
@@ -32,6 +32,10 @@ function getStreamOwnerId(stream) {
|
32
|
32
|
* ratio and fits available area with it's larger dimension. This method
|
33
|
33
|
* ensures that whole video will be visible and can leave empty areas.
|
34
|
34
|
*
|
|
35
|
+ * @param videoWidth the width of the video to position
|
|
36
|
+ * @param videoHeight the height of the video to position
|
|
37
|
+ * @param videoSpaceWidth the width of the available space
|
|
38
|
+ * @param videoSpaceHeight the height of the available space
|
35
|
39
|
* @return an array with 2 elements, the video width and the video height
|
36
|
40
|
*/
|
37
|
41
|
function getDesktopVideoSize(videoWidth,
|