streamType property
      
      StreamType
      get
      streamType
      
    
    
The type of the stream for which the mute value changed. The updated mute value applies to all devices with this stream type.
Implementation
StreamType get streamType => StreamType.fromJS(_wrapped.streamType);
      
      set
      streamType
      (StreamType v) 
      
    
    
    
Implementation
set streamType(StreamType v) {
  _wrapped.streamType = v.toJS;
}