Skip to content

Commit 536db69

Browse files
committed
remove ice2
1 parent d5d3992 commit 536db69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offeransweroptions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type OfferAnswerOptions struct {
1010
// about whether it wishes voice detection feature to be enabled or disabled.
1111
VoiceActivityDetection bool
1212
// ICETricklingSupported indicates whether the ICE agent should use trickle ICE
13-
// If set, the "a=ice-options:trickle ice2" attribute is added to the generated SDP payload.
13+
// If set, the "a=ice-options:trickle" attribute is added to the generated SDP payload.
1414
// (See https://datatracker.ietf.org/doc/html/rfc9725#section-4.3.3)
1515
ICETricklingSupported bool
1616
}

0 commit comments

Comments
 (0)