MediaConnectionEvents constructor

MediaConnectionEvents({
  1. required void error(
    1. PeerError<String>
    )?,
})

Implementation

MediaConnectionEvents({required super.error});