LiveKitE2EEException constructor

LiveKitE2EEException(
  1. [String msg = 'E2EE error']
)

Implementation

LiveKitE2EEException([String msg = 'E2EE error']) : super._(msg);