Expand my Community achievements bar.

Minor bug in ScreenSharePublisher

Avatar

Level 2

The LCCS sample app /ScreenShareExampleSpark/ScreenSharePublisherExample.mxml instantiates a ScreenSharePublisher using the following line:

<rtc:ScreenSharePublisher id="sspublisher" playerVersion="10"/>

However, the last line of the initialize() routine in ScreenSharePublisher.as hardcodes the player version to 9:

_playerVersion = 9;

Thus, setting the playerVersion property via mxml is ignored.

0 Replies