Skip to content
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

Playback APIs #297

Merged
merged 22 commits into from
Oct 12, 2021
Merged

Playback APIs #297

merged 22 commits into from
Oct 12, 2021

Conversation

edolix
Copy link
Contributor

@edolix edolix commented Sep 16, 2021

  • Replace startPlayback with play (or other method name)
  • Expose methods for RoomSession in realtime-api
  • Update examples

@changeset-bot
Copy link

changeset-bot bot commented Sep 16, 2021

🦋 Changeset detected

Latest commit: e3c710e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages
Name Type
@signalwire/core Minor
@signalwire/js Minor
@signalwire/realtime-api Minor
@signalwire/react-native Patch
@signalwire/web-api Patch
@signalwire/webrtc Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@edolix edolix changed the title WIP: Playback APIs Playback APIs Oct 5, 2021
Comment on lines +136 to +138
transformResolve: (payload) => ({
recordings: payload.recordings.map((row) => toExternalJSON(row)),
}),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note for @danieleds - we are transforming the properties from snake_case to camelCase here (and same for playbacks on L171 below)

@edolix edolix requested a review from danieleds October 5, 2021 15:56
@edolix edolix changed the title Playback APIs WIP: Playback APIs Oct 6, 2021
@edolix edolix changed the title WIP: Playback APIs Playback APIs Oct 12, 2021
@edolix edolix merged commit 2675e5e into main Oct 12, 2021
@edolix edolix deleted the eg/playback-apis branch October 12, 2021 08:47
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