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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ Alternative on iOS you can perform setup in `AppDelegate.m`. Doing this allows c
122
122
- `supportsVideo`: boolean (optional)
123
123
If provided, whether or not the application supports video calling (Default: true)
124
124
- `displayCallReachabilityTimeout`: number in ms (optional)
125
-
If provided, starts a timeout that check if the application is reachable and end the call if not (Default: null)
125
+
If provided, starts a timeout that checks if the application is reachable and ends the call if not (Default: null)
126
126
You'll have to call `setReachable()` as soon as your Javascript application is started.
127
127
- `android`: object
128
128
- `alertTitle`: string (required)
@@ -143,12 +143,12 @@ Alternative on iOS you can perform setup in `AppDelegate.m`. Doing this allows c
143
143
- `selfManaged`: boolean (optional)
144
144
When set to true, call keep will configure itself to run as a self managed connection service. This is an advanced topic, and it's best to refer to [Googles Documentation](https://developer.android.com/guide/topics/connectivity/telecom/selfManaged) on the matter.
145
145
- `displayCallReachabilityTimeout`: number in ms (optional)
146
-
If provided, starts a timeout that check if the application is reachable and end the call if not (Default: null)
146
+
If provided, starts a timeout that checks if the application is reachable and ends the call if not (Default: null)
147
147
You'll have to call `setReachable()` as soon as your Javascript application is started.
148
148
149
149
`setup` calls internally `registerPhoneAccount`, `registerEvents` and `setSettings`.
150
150
151
-
You can alternatively just call `setSettings()` with the same option as setup to define only your settings.
151
+
You can alternatively just call `setSettings()` with the same option as `setup()` to define only your settings.
0 commit comments