Skip to content

feat: add getCalls method for ios only #366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 19, 2021
Merged

feat: add getCalls method for ios only #366

merged 1 commit into from
Feb 19, 2021

Conversation

Jerome91410
Copy link
Contributor

getCalls

This feature is available only on IOS.

Returns a Promise. The result will be an array with all current calls and their states.

RNCallKeep.getCalls();

response:
[{
  callUUID: "E26B14F7-2CDF-48D0-9925-532199AE7C48"
  hasConnected: true
  hasEnded: false
  onHold: false
  outgoing: false
}]

@sboily sboily merged commit ba4197a into react-native-webrtc:master Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants