SdkCore constructor

SdkCore(
  1. WsHandler _wsHandler,
  2. WsEmitter _wsEmitter,
  3. WebRTCManager _rtcManager,
  4. ReplayKitChannel _replayKitChannel,
  5. BaseRemoteData _baseRepository,
  6. AuthRepository _authRepository,
  7. RoomRepository _roomRepository,
  8. UserRepository _userRepository,
  9. ChatRepository _chatRepository,
  10. MessageRepository _messageRepository,
  11. WaterbusLogger _logger,
)

Implementation

SdkCore(
  this._wsHandler,
  this._wsEmitter,
  this._rtcManager,
  this._replayKitChannel,
  this._baseRepository,
  this._authRepository,
  this._roomRepository,
  this._userRepository,
  this._chatRepository,
  this._messageRepository,
  this._logger,
);