WebRTCManagerIpml constructor

WebRTCManagerIpml(
  1. E2EEManager _e2eeManager,
  2. WsEmitter _wsEmitter,
  3. ReplayKitChannel _replayKitChannel,
  4. NativeService _nativeService,
  5. WebRTCVideoStats _videoStats,
  6. WebRTCAudioStats _audioStats,
)

Implementation

WebRTCManagerIpml(
  this._e2eeManager,
  this._wsEmitter,
  this._replayKitChannel,
  this._nativeService,
  this._videoStats,
  this._audioStats,
);