Skip to content

changes forward declaration of PeerContext to a struct from a class - #14

Open
Chr-K wants to merge 1 commit into
zed-industries:mainfrom
Chr-K:peer-context-bugfix
Open

changes forward declaration of PeerContext to a struct from a class#14
Chr-K wants to merge 1 commit into
zed-industries:mainfrom
Chr-K:peer-context-bugfix

Conversation

@Chr-K

@Chr-K Chr-K commented Jul 13, 2026

Copy link
Copy Markdown

Zed fails to build on windows because PeerContext is forward-declared as a class in include/livekit/jsep.h instead of a struct. This results in LNK2019 errors due to inconsistent name mangling.

This fix was also applied to the official livekit/rust-sdks in 0caf9f5

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.

1 participant