-
Notifications
You must be signed in to change notification settings - Fork 16
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
Refactor Call Fabric SDK #983
Conversation
🦋 Changeset detectedLatest commit: 8822391 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
@@ -97,8 +105,8 @@ export class WSClient { | |||
watchMediaPackets: false, | |||
// watchMediaPacketsTimeout:, | |||
nodeId: params.nodeId, | |||
eventsWatcher: unifiedEventsWatcher, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from this change, all the other changes in this file are due to the prettier format.
The Call Facade object is yet to be created but for now, this PR handles the Call Segments creation and stores those into an array which is accessible via BaseComponent. With this CallSegment array and the member instances stored in the InstanceMap, it's easier to pick |
Description
Type of change
Code snippets
In case of new feature or breaking changes, please include code snippets.