We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d3992 commit 536db69Copy full SHA for 536db69
offeransweroptions.go
@@ -10,7 +10,7 @@ type OfferAnswerOptions struct {
10
// about whether it wishes voice detection feature to be enabled or disabled.
11
VoiceActivityDetection bool
12
// 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.
+ // If set, the "a=ice-options:trickle" attribute is added to the generated SDP payload.
14
// (See https://datatracker.ietf.org/doc/html/rfc9725#section-4.3.3)
15
ICETricklingSupported bool
16
}
0 commit comments