Skip to content

Commit e1ee006

Browse files
ValorZardJoeTurki
authored andcommitted
Add ice trickling supported bool
1 parent 465d8bd commit e1ee006

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

offeransweroptions.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ type OfferAnswerOptions struct {
99
// VoiceActivityDetection allows the application to provide information
1010
// about whether it wishes voice detection feature to be enabled or disabled.
1111
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
1216
}
1317

1418
// AnswerOptions structure describes the options used to control the answer

0 commit comments

Comments
 (0)