Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

STREAM_STATUS.PLAYING - when this status is received, function resizeVideo() is called, which is used in the examples to adapt resolution to the element, in which the video will be displayed.

STREAM_STATUS.STOPPED and STREAM_STATUS.FAILED - when one of these statuses is received, function onStopped() of the example is called to make
appropriate changes in controls of the interface.

...