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

send previous server offer when reconnecting #432

Merged
merged 3 commits into from
Sep 10, 2022
Merged

send previous server offer when reconnecting #432

merged 3 commits into from
Sep 10, 2022

Conversation

cnderrauber
Copy link
Contributor

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Sep 9, 2022

🦋 Changeset detected

Latest commit: fdee8e9

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

This PR includes changesets to release 1 package
Name Type
livekit-client 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

@@ -1,8 +1,8 @@
/* eslint-disable */
import Long from 'long';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

changed by protoc version? have already run yarn install, but still change these file

Copy link
Contributor

Choose a reason for hiding this comment

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

strange, this looks like prettier changes. can you run yarn format to see if that helps?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@lukasIO No change after yarn format ..

src/room/Room.ts Outdated
}),
offer:
previousOffer !== null
Copy link
Member

Choose a reason for hiding this comment

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

default value is undefined, which is diff from null. using "trueness" operator would be fine in this case.

Suggested change
previousOffer !== null
previousOffer ? toProtoSessionDescription

@cnderrauber cnderrauber merged commit 3c80714 into main Sep 10, 2022
@cnderrauber cnderrauber deleted the offer branch September 10, 2022 01:14
@github-actions github-actions bot mentioned this pull request Sep 10, 2022
max-b pushed a commit to Invisv-Privacy/client-sdk-js that referenced this pull request Oct 4, 2022
* send previous server offer when reconnecting

* prettier

* address comment
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.

3 participants