Skip to content

Commit edf0a53

Browse files
authored
peer_connection: sdp: Fix BUNDLE group matching (#583)
1 parent 89285ce commit edf0a53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webrtc/src/peer_connection/peer_connection_internal.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,7 @@ impl PeerConnectionInternal {
829829
.and_then(|d| d.parsed.as_ref())
830830
.and_then(|d| d.attribute(ATTR_KEY_GROUP))
831831
.map(ToOwned::to_owned)
832+
.or(Some(String::new()))
832833
};
833834

834835
let dtls_fingerprints = if let Some(cert) = self.dtls_transport.certificates.first() {

0 commit comments

Comments
 (0)