MediaStreamType type  
Media stream type.
- Video - Media stream from a camera device
- ScreenSharing - Media stream from a screen, app, or browser tab
- RawMedia - Raw video media stream or raw screen sharing stream
- LiveStream - Media stream from a live stream
- Audio - Media stream from audio device
type MediaStreamType =
  | "Video"
  | "ScreenSharing"
  | "RawMedia"
  | "LiveStream"
  | "Audio"