When Also Using Base SDK
This document explains important instructions you must follow when using the BACKND Chat SDK together with the Base SDK.
Note: You can also use the Chat SDK independently.
The BACKND Chat SDK includes a built-in Backend.dll
that provides user authentication functionality.
Therefore, you can use the chat feature without installing the Base SDK separately.
If you import the Chat SDK first
- Import the Chat SDK.
- Then import Base SDK version 5.11.9 or higher to overwrite the
Backend.dll
included with the Chat SDK.
If you import the Base SDK first
- Import Base SDK version 5.11.9 or higher.
- When importing the Chat SDK, uncheck
Backend.dll
so that it does not overwrite the version from the Base SDK.