IVSSubscribeSimulcastConfigurationInitialLayerPreference
Objective-C
enum IVSSubscribeSimulcastConfigurationInitialLayerPreference : NSInteger {}
Swift
enum InitialLayerPreference : Int, @unchecked Sendable
A value representing which layer developer would like to receive as the first frame of video delivered to the stream.
-
The SFU will deliver the lowest bitrate layer of video first optimizing bandwidth consumption, as well as time to media.
Declaration
Objective-C
IVSSubscribeSimulcastConfigurationInitialLayerPreferenceLowestQuality = 0
Swift
case lowestQuality = 0
-
The SFU will deliver the highest bitrate layer of video first which optimizes quality, but may increase the time to media.
Declaration
Objective-C
IVSSubscribeSimulcastConfigurationInitialLayerPreferenceHighestQuality
Swift
case highestQuality = 1