Class: Frame

Constructor

new Frame(width, height, bitmaps, keyFrame)

Object contains the content sharing frame data and its properties.

Parameters:
Name Type Description
width number
height number
bitmaps Array
keyFrame boolean

Methods

getBitmaps() → {Array.<AvayaClientServices.Services.Collaboration.Bitmap>}

Returns the bitmaps array that a frame consists of.

Returns:

getHeight() → {number}

Function used to get the frame height.

Returns:
{ number }

getWidth() → {number}

Function used to get the frame width.

Returns:
{ number }

isKeyFrame() → {boolean}

Function used to indicate if the whole frame changed.

Returns:
{ boolean }
©2016 Avaya Inc. All Rights Reserved.