File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Check out our [API Reference](https://quickblox.github.io/quickblox-javascript-s
16
16
## Dependencies for browser
17
17
18
18
``` html
19
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.12.2 /quickblox.min.js" ></script >
19
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.12.4 /quickblox.min.js" ></script >
20
20
```
21
21
22
22
## Bower and RequireJS
@@ -62,6 +62,10 @@ var QB2 = new QuickBlox();
62
62
63
63
You can look at it here https://quickblox.com/developers/Javascript
64
64
65
+ # Known issues
66
+
67
+ - We are recommend you to use BOSH chat protocol instead of WebSockets for EI/Edge browsers.
68
+
65
69
# Questions and feedback
66
70
67
71
Please raise questions, requests for help etc. via https://stackoverflow.com/questions/tagged/quickblox
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " quickblox" ,
3
3
"description" : " QuickBlox JavaScript SDK" ,
4
- "version" : " 2.12.3 " ,
4
+ "version" : " 2.12.4 " ,
5
5
"homepage" : " https://quickblox.com/developers/Javascript" ,
6
6
"main" : " src/qbMain.js" ,
7
7
"license" : " (Apache-2.0)" ,
You can’t perform that action at this time.
0 commit comments