You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a code sample for [QuickBlox](http://quickblox.com/) platform.
6
+
It is a great way for developers using QuickBlox platform to learn how to integrate audio and video calling features into your application.
7
+
8
+
# Features
9
+
10
+
QuickBlox Flutter VideoChat Sample provides next functionality:
11
+
12
+
- Authenticate with Quickblox
13
+
- Receive and display users list
14
+
- Make audio calls
15
+
- Make video calls
16
+
17
+
# Get application credentials
18
+
19
+
QuickBlox application includes everything that brings messaging right into your application - chat, video calling, users, push notifications, etc. To create a QuickBlox application, follow the steps below:
20
+
21
+
1.Register a new account following [this link](https://admin.quickblox.com/signup). Type in your email and password to sign in. You can also sign in with your Google or Github accounts.
22
+
2.Create the app clicking **New app** button.
23
+
3.Configure the app. Type in the information about your organization into corresponding fields and click **Add** button.
24
+
4.Go to **Dashboard => _YOUR_APP_ => Overview** section and copy your **Application ID**, **Authorization Key**, **Authorization Secret**, and **Account Key**.
2. Go to menu **File => Open Project**. (Or "Open an existing Project" if (Android Studio/Visual Studio Code) is just opened)
33
+
3. Select a path to the sample.
34
+
4.[Get application credentials](#get-application-credentials) and get **Application ID**, **Authorization Key**, **Authorization Secret**, and **Account Key**.
35
+
5. Open **main.dart** and paste the credentials into the values of constants.
0 commit comments