MediaStreamType type
媒體數據流類型。
- 視訊 - 來自相機裝置的媒體串流
- ScreenSharing - 來自畫面、應用程式或瀏覽器索引卷標的媒體串流
- RawMedia - 原始視訊媒體串流或原始螢幕共用串流
- LiveStream - 來自即時串流的媒體串流
- 音訊 - 來自音訊裝置的媒體串流
type MediaStreamType =
| "Video"
| "ScreenSharing"
| "RawMedia"
| "LiveStream"
| "Audio"