[Bug]: methods api.beginLiveActivity
and api.endLiveActivity
are missing, but documented
#92
Labels
bug
Something isn't working
What happened?
Based on readme.md these methods should be ready to use, but they are missing in the implementation.
Steps to reproduce?
yarn add @onesignal/node-onesignal then try to write the same code as in the readme: ... // missing method await api.beginLiveActivity('<app_id>', activityId, beginLiveActivityRequest); // missing method await api.endLiveActivity('<app_id>', '<activity_id>', subscriptionId);
What did you expect to happen?
I expect these methods to be available.
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: