Package-level declarations
Types
Link copied to clipboard
                Link copied to clipboard
                data class HMSLogSettings(val maxDirSizeInBytes: Long = LogAlarmManager.DEFAULT_DIR_SIZE, val isLogStorageEnabled: Boolean = false, val level: HMSLogger.LogLevel = HMSLogger.LogLevel.DEBUG)
Link copied to clipboard
                The resolution requested for rtmp video output. Only one of width or height can be 1280. If one is 1280, the other can be max 720.
Link copied to clipboard
                Link copied to clipboard
                class HMSSimulcastSettings
Link copied to clipboard
                Link copied to clipboard
                data class HMSVideoResolution(@IntRange(from = 1)  var width: Int, @IntRange(from = 1)  var height: Int)
Link copied to clipboard