Component image 
MouthTrackingStreamManager component as seen in the Scene Inspector 

The MouthTrackingStreamManager component uses streaming data from the ValueStream component (seen in the user Inspector) to control the mouth on a user's avatar.
| Name | Type | Description | 
|---|---|---|
persistent
 | 
Bool | Determines whether or not this item will be saved to the server. | 
UpdateOrder
 | 
Int | Controls the order in which this component is updated. | 
Enabled
 | 
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. | 
User
 | 
User | The referenced user to get the streamed data. | 
IsTracking
 | 
ValueStream`1<Bool> | Should we track the mouth. | 
Jaw
 | 
ValueStream`1<Float3> | The streamed data for the Jaw. | 
JawOpen
 | 
ValueStream`1<Float> | The streamed data for the Jaw opening. | 
Tongue
 | 
ValueStream`1<Float3> | The streamed data for the tongue. | 
TongueRoll
 | 
ValueStream`1<Float> | The streamed data for the tongue rolling. | 
LipUpperLeftRaise
 | 
ValueStream`1<Float> | The streamed data for the lip (upper-left raised). | 
LipUpperRightRaise
 | 
ValueStream`1<Float> | The streamed data for the lip (upper-right raised). | 
LipLowerLeftaise
 | 
ValueStream`1<Float> | The streamed data for the lip (lower-left raised). | 
LipLowerRightRaise
 | 
ValueStream`1<Float> | The streamed data for the lip (lower-right raised). | 
LipUpperHorizontal
 | 
ValueStream`1<Float> | The streamed data for the lip (upper-horizontal). | 
LipLowerHorizontal
 | 
ValueStream`1<Float> | The streamed data for the lip (lower-horizontal). | 
MouthLeftSmileFrown
 | 
ValueStream`1<Float> | The streamed data for the mouth (left frown). | 
MouthRightSmileFrown
 | 
ValueStream`1<Float> | The streamed data for the mouth (right frown). | 
MouthPout
 | 
ValueStream`1<Float> | The streamed data for the mouth (pout). | 
LipTopOverturn
 | 
ValueStream`1<Float> | The streamed data for the lip (top overturn). | 
LipBottomOverturn
 | 
ValueStream`1<Float> | The streamed data for the lip (bottom overturn). | 
LipTopOverUnder
 | 
ValueStream`1<Float> | The streamed data for the lip (top overunder). | 
LipBottomOverUnder
 | 
ValueStream`1<Float> | The streamed data for the lip (bottom overunder). | 
CheekLeftPuffSuck
 | 
ValueStream`1<Float> | The streamed data for the cheek (left puff). | 
CheekRightPuffSuck
 | 
ValueStream`1<Float> | The streamed data for the cheek (right puff). | 
Usage
Used for Mouth Tracking.