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

[BUG]: Candidate missing values when using bidirectional #1003

Open
miguel-krasamo opened this issue Aug 13, 2024 · 0 comments
Open

[BUG]: Candidate missing values when using bidirectional #1003

miguel-krasamo opened this issue Aug 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@miguel-krasamo
Copy link

miguel-krasamo commented Aug 13, 2024

Package version

3.1.0-exp.8

Environment

* OS: MacOs and Windows
* Unity version: 2022.3.39f1
* Graphics API: Unsure
* Browser: Firefox | Chrome

Steps To Reproduce

1.- Run Web App with private mode.
2.- Start Unity App connecting programatically to a connection ID.
3.- Open bidirectional page.
4.- Connect manually web app to connection ID hardcoded in app.
5.- Disconnect from website after successful connection.

Current Behavior

Unity shows an error about candidate, it seems it has some empty values and it breaks subsequent connections.

it seems to be sharing the following data:
const data = {
'candidate': '',
'sdpMLineIndex': 0,
'sdpMid': sdpMid,
'connectionId': connectionId
};

Expected Behavior

If I disconnect from the website and start again the connection I should be connecting

Anything else?

I'm using latest main branch as there was a fix for some connections accordingly to descriptions.

@miguel-krasamo miguel-krasamo added the bug Something isn't working label Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants