File tree Expand file tree Collapse file tree 1 file changed +5
-27
lines changed Expand file tree Collapse file tree 1 file changed +5
-27
lines changed Original file line number Diff line number Diff line change @@ -34,36 +34,14 @@ A dart-lang version of the SIP UA stack, ported from [JsSIP](https://github.com/
3434-keep class org.webrtc.** {*;}
3535```
3636
37- ## Quickstart for Web platform
38- - [ Install Flutter] ( https://flutter.dev/docs/get-started/install )
39- - Verify the install:
40- ```
41- flutter doctor
42- ```
43- - Run:
44- ```
45- flutter channel beta
46- flutter upgrade
47- flutter config --enable-web
48- git clone https://github.com/cloudwebrtc/dart-sip-ua.git
49- cd dart-sip-ua/example
50- flutter create .
51- flutter pub get
52- flutter run -d chrome
53- ```
54- Application should have loaded in Chrome.
37+ ## Quickstart
5538
56- Register with SIP server:
39+ Run example:
40+ [ dart-sip-ua-example] ( https://github.com/flutter-webrtc/dart-sip-ua/blob/master/example/README.md )
5741
58- In the application, enter connexion settings by clicking the top-right hamburger menu, then click ` Accounts `
59- - Click ` Register `
60- - If registration is ok, it should say ` Status: Registered ` at the top
61- - If it fails to register, open Chrome Dev tools and looks for errors in the Javascript Console.
42+ Register with SIP server:
6243
63- Calling:
64- - Once registered, click the top-left ` Back Arrow ` to return to keypad.
65- - Enter a phone number
66- - Click the green phone icone
44+ - [ Asterisk] ( https://github.com/flutter-webrtc/dockers/tree/main/asterisk )
6745
6846## NOTE
6947Thanks to the original authors of [ JsSIP] ( https://github.com/versatica/JsSIP ) for providing the JS version, which makes it possible to port the [ dart-lang] ( https://dart.dev ) .
You can’t perform that action at this time.
0 commit comments