We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465d8bd commit e1ee006Copy full SHA for e1ee006
offeransweroptions.go
@@ -9,6 +9,10 @@ type OfferAnswerOptions struct {
9
// VoiceActivityDetection allows the application to provide information
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.
14
+ // (See https://datatracker.ietf.org/doc/html/rfc9725#section-4.3.3)
15
+ ICETricklingSupported bool
16
}
17
18
// AnswerOptions structure describes the options used to control the answer
0 commit comments