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

Fix calling.call.received event handlers #536

Merged
merged 4 commits into from
May 17, 2022
Merged

Conversation

edolix
Copy link
Contributor

@edolix edolix commented May 16, 2022

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented May 16, 2022

🦋 Changeset detected

Latest commit: 703cc55

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

This PR includes changesets to release 2 packages
Name Type
@sw-internal/playground-realtime-api Patch
@signalwire/realtime-api 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 requested a review from framini May 17, 2022 07:18
@edolix edolix changed the title WIP: Fix calling.call.received event handlers Fix calling.call.received event handlers May 17, 2022
framini
framini previously approved these changes May 17, 2022
@@ -184,7 +184,6 @@ export class CallConsumer extends AutoApplyTransformsConsumer<RealTimeCallApiEve
// @ts-expect-error
return this.device?.params?.from ?? ''
}
this.logger.warn('Unknow Call type', this.type)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@framini i removed these warns before the proxy serializeableProxy->getAllMethods is invoking all the getters generating a lot of "useless" warnings.

@edolix edolix requested a review from framini May 17, 2022 09:12
@edolix edolix merged commit a6e27d8 into main May 17, 2022
@edolix edolix deleted the eg/fix-voice-call-received branch May 17, 2022 09:32
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