File tree 2 files changed +3
-3
lines changed
packages/transport-webrtc
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ a=ice-ufrag:${ufrag}
133
133
a=ice-pwd:${ ufrag }
134
134
a=fingerprint:${ CERTFP }
135
135
a=sctp-port:5000
136
- a=max-message-size:100000
136
+ a=max-message-size:16384
137
137
a=candidate:1467250027 1 UDP 1467250027 ${ host } ${ port } typ host\r\n`
138
138
}
139
139
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ a=ice-ufrag:MyUserFragment
17
17
a=ice-pwd:MyUserFragment
18
18
a=fingerprint:SHA-256 72:68:47:CD:48:B0:5E:C5:60:4D:15:9C:BF:40:1D:6F:00:A1:23:EC:90:17:0E:2C:D1:B3:8F:D2:9D:37:E5:B1
19
19
a=sctp-port:5000
20
- a=max-message-size:100000
20
+ a=max-message-size:16384
21
21
a=candidate:1467250027 1 UDP 1467250027 0.0.0.0 56093 typ host`
22
22
23
23
describe ( 'SDP' , ( ) => {
@@ -73,7 +73,7 @@ a=ice-ufrag:someotheruserfragmentstring
73
73
a=ice-pwd:someotheruserfragmentstring
74
74
a=fingerprint:SHA-256 72:68:47:CD:48:B0:5E:C5:60:4D:15:9C:BF:40:1D:6F:00:A1:23:EC:90:17:0E:2C:D1:B3:8F:D2:9D:37:E5:B1
75
75
a=sctp-port:5000
76
- a=max-message-size:100000
76
+ a=max-message-size:16384
77
77
a=candidate:1467250027 1 UDP 1467250027 0.0.0.0 56093 typ host`
78
78
79
79
expect ( result . sdp ) . to . equal ( expected )
You can’t perform that action at this time.
0 commit comments