.. role:: ts-api-decorator

##########
StreamInfo
##########

.. js:module:: cee.vs
   :noindex:

.. container:: ts-api-section

   .. js:class:: StreamInfo

      The information about a single stream.



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-interface

   * :js:attr:`~cee.vs.StreamInfo.displayName`
   * :js:attr:`~cee.vs.StreamInfo.streamId`





------------

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: StreamInfo.displayName

      :type: string

      The stream's display name.



.. container:: ts-api-section

   .. js:attribute:: StreamInfo.streamId

      :type: string

      The id of the stream. Use this streamId to create a ``StreamModel`` from this stream.



