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

ID of in-band negotiated channel from remote side always 0? #22

Open
lgrahl opened this issue May 31, 2018 · 1 comment
Open

ID of in-band negotiated channel from remote side always 0? #22

lgrahl opened this issue May 31, 2018 · 1 comment
Labels
question Further information is requested

Comments

@lgrahl
Copy link
Member

lgrahl commented May 31, 2018

Investigate if this is true!

@lgrahl
Copy link
Member Author

lgrahl commented May 31, 2018

While you're at it, add more debug info:

    DEBUG_PRINTF(
            "Created data channel: label=%s, type=%d, reliability-parameter=%"PRIu32", "
            "protocol=%s, negotiated=%s, id=%"PRIu16"\n",
            parameters->label ? parameters->label : "n/a",
            parameters->channel_type,
            parameters->reliability_parameter,
            parameters->protocol ? parameters->protocol : "n/a",
            parameters->negotiated ? "yes" : "no",
            parameters->id);

@lgrahl lgrahl added the question Further information is requested label Oct 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant