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
@@ -232,14 +233,21 @@ Self Managed calling apps are an advanced topic, and there are many steps involv
232
233
233
234
234
235
### getInitialEvents
235
-
_This feature is available only on iOS._
236
236
237
237
If there were some actions performed by user before JS context has been created, this method would return early fired events. This is alternative to "didLoadWithEvents" event.
238
238
239
239
```js
240
240
RNCallKeep.getInitialEvents();
241
241
```
242
242
243
+
### clearInitialEvents
244
+
245
+
Clear all pending actions returned by `getInitialEvents()`.
0 commit comments