StreamType
public enum StreamType : String, Codable
Types of media a peer could send/receive
-
Audio stream
Declaration
Swift
case audio -
Video stream
Declaration
Swift
case video
View on GitHub
Install in Dash
StreamType Enumeration Reference