Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class LoggingLevel @JvmOverloads constructor(val priority: Priority = Priority.ERROR, val httpLoggingLevel: HttpLoggingLevel = HttpLoggingLevel.BASIC, val webRtcLoggingLevel: Logging.Severity = Logging.Severity.LS_NONE)
Represents and wraps SDK logging levels for Stream logger, HTTP interceptor and native WebRTC logging.