LiveKit Swift Client SDK Documentation

Enumeration Engine​Error

public enum EngineError: LiveKitError  
%89 EngineError EngineError LiveKitError LiveKitError EngineError->LiveKitError

Conforms To

LiveKitError

Enumeration Cases

web​RTC

case webRTC(message: String?, Error? = nil) 

state

case state(message: String? = nil) 

timed​Out

case timedOut(message: String? = nil) 

Properties

description

public var description: String