rawrtc-data-channel icon indicating copy to clipboard operation
rawrtc-data-channel copied to clipboard

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

Open lgrahl opened this issue 6 years ago • 1 comments

Investigate if this is true!

lgrahl avatar May 31 '18 20:05 lgrahl

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 avatar May 31 '18 20:05 lgrahl