Open
Description
The expect in GStreamerWebRtcDataChannel::new causes panics if:
- the associated webrtc element is closed
- both DataChannelInit::max_packet_lifetime and DatachannelInit::max_retransmits are present
- DataChannelInit::negotiated is true and DataChannelInit::id is not present
- DataChannelInit::id is present and isn't valid