Loggable

interface Loggable

Java interface for WebRTC logging. The default implementation uses webrtc.Logging. When injected, the Loggable will receive logging from both Java and native.

Functions

Link copied to clipboard
abstract fun onLogMessage(message: String, severity: Logging.Severity, tag: String)