DefaultBandwidth
public enum DefaultBandwidth : UInt32
                The enumeration of common bandwidth choices.
Since
1.3.0- 
                  
                  
177Kbps for 160x90 resolution
Declaration
Swift
case maxBandwidth90p = 177000 - 
                  
                  
384Kbps for 320x180 resolution
Declaration
Swift
case maxBandwidth180p = 384000 - 
                  
                  
768Kbps for 640x360 resolution
Declaration
Swift
case maxBandwidth360p = 768000 - 
                  
                  
2.5Mbps for 1280x720 resolution
Declaration
Swift
case maxBandwidth720p = 2500000 - 
                  
                  
4Mbps for 1920x1080 resolution
Declaration
Swift
case maxBandwidth1080p = 4000000 - 
                  
                  
8Mbps data session
Declaration
Swift
case maxBandwidthSession = 8000000 - 
                  
                  
64kbps for voice
Declaration
Swift
case maxBandwidthAudio = 64000 
View on GitHub
        DefaultBandwidth Enumeration Reference