SdkCore constructor
SdkCore(
- WsHandler _wsHandler,
- WsEmitter _wsEmitter,
- WebRTCManager _rtcManager,
- ReplayKitChannel _replayKitChannel,
- BaseRemoteData _baseRepository,
- AuthRepository _authRepository,
- RoomRepository _roomRepository,
- UserRepository _userRepository,
- ChatRepository _chatRepository,
- MessageRepository _messageRepository,
- 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,
);