simplex-chat/packages/simplex-chat-webrtc/.prettierrc.json
Evgeny Poberezkin f78ec3584f
webrtc calls in webview to typescript (#592)
* mobile: webrtc calls in webview (typescript WIP)

* typsecript compiles

* fix error messages

* TS works in chrome

* include ICE candidates into offer/answer, report connection state changes to host, end call on disconnection

* refactor, readme for .js file
2022-05-02 15:48:39 +01:00

6 lines
68 B
JSON

{
"bracketSpacing": false,
"semi": false,
"printWidth": 140
}