Skip to content

GStreamerWebRtcDataChannel::new panics in various cases #360

Open
@jdm

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

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions