Integrate real-time chat in your .NET client apps with speed and efficiency. Our Chat SDK for .NET helps you to focus on the client side implementation of initializing, configuring and building the chat. On the server side, Sendbird ensures reliable infra management services with the Chat SDK. This page shows a brief overview of the Chat SDK’s structure and features, then goes through the preliminary steps of implementing the Chat SDK in your own project.
First, create your Sendbird application which comprises everything required in a chat service such as users, messages, and channels.
- In the Sendbird Dashboard, type your email and password to create a new account. You can also sign in with or sign up for a Google account.
- When prompted by the setup wizard, enter your organization information to manage Sendbird applications.
- Lastly, when your dashboard home appears after completing setup, click Create + at the top-right corner for a new application.
You can integrate only one Sendbird application per app for your service, regardless of the platforms. All users within your Sendbird application can communicate with each other, across all platforms. This means that your users using iOS, Android, web, .NET, and Unity client apps, can all chat with one another without any further setup. Note that all data are limited to the scope of a single application, and users in different Sendbird applications can't talk to each other.
Our Chat SDK is designed and tested on Mono/.NET 2.0
platform and Xamarin Studio 6.1.1
. You can also use our SDK on any platforms which are compatible with Mono/.NET 2.0
.
The Chat SDK for .NET uses websocket-sharp
for websocket connections. You must include websocket-sharp.dll
as well as SendBird.dll
or SendBird.Unity.dll
. You can find websocket-sharp.dll
on the same GitHub repository as the Chat SDK.