blob: 0dec5ff8cba13ed33222382345bc5e686cb5059a [file] [log] [blame]
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -04001<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3 <requires lib="gtk+" version="3.10"/>
4 <object class="GtkAdjustment" id="adjustment_audio_port_max">
5 <property name="lower">0</property>
6 <property name="upper">65535</property>
7 <property name="step_increment">1</property>
8 <property name="page_increment">10</property>
9 </object>
10 <object class="GtkAdjustment" id="adjustment_audio_port_min">
11 <property name="lower">0</property>
12 <property name="upper">65535</property>
13 <property name="step_increment">1</property>
14 <property name="page_increment">10</property>
15 </object>
16 <object class="GtkAdjustment" id="adjustment_local_port">
17 <property name="lower">0</property>
18 <property name="upper">65535</property>
19 <property name="step_increment">1</property>
20 <property name="page_increment">10</property>
21 </object>
22 <object class="GtkAdjustment" id="adjustment_published_port">
23 <property name="lower">0</property>
24 <property name="upper">65535</property>
25 <property name="step_increment">1</property>
26 <property name="page_increment">10</property>
27 </object>
28 <object class="GtkAdjustment" id="adjustment_registration_timeout">
29 <property name="lower">60</property>
30 <!-- is there an actual maximum to this value? -->
31 <property name="upper">2147483647</property>
32 <property name="step_increment">1</property>
33 <property name="page_increment">10</property>
34 </object>
35 <object class="GtkAdjustment" id="adjustment_video_port_max">
36 <property name="lower">0</property>
37 <property name="upper">65535</property>
38 <property name="step_increment">1</property>
39 <property name="page_increment">10</property>
40 </object>
41 <object class="GtkAdjustment" id="adjustment_video_port_min">
42 <property name="lower">0</property>
43 <property name="upper">65535</property>
44 <property name="step_increment">1</property>
45 <property name="page_increment">10</property>
46 </object>
47 <template class="AccountAdvancedTab" parent="GtkBox">
48 <property name="visible">True</property>
49 <property name="can_focus">False</property>
50 <property name="orientation">vertical</property>
51 <child>
52 <object class="GtkBox" id="vbox_main">
53 <property name="visible">True</property>
54 <property name="can_focus">False</property>
55 <property name="orientation">vertical</property>
56 <property name="spacing">10</property>
57 <property name="border_width">10</property>
58 <child>
59 <object class="GtkFrame" id="frame_registration">
60 <property name="visible">True</property>
61 <property name="can_focus">False</property>
62 <property name="label_xalign">0</property>
63 <property name="shadow_type">none</property>
64 <child>
65 <object class="GtkBox" id="box_registration">
66 <property name="visible">True</property>
67 <property name="can_focus">False</property>
68 <property name="margin_left">10</property>
69 <property name="margin_top">10</property>
70 <property name="spacing">10</property>
Stepan Salenikovich2371a892015-07-23 17:17:00 -040071 <property name="orientation">vertical</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -040072 <child>
Stepan Salenikovich2371a892015-07-23 17:17:00 -040073 <object class="GtkBox" id="box_registration_expire">
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -040074 <property name="visible">True</property>
75 <property name="can_focus">False</property>
Stepan Salenikovich2371a892015-07-23 17:17:00 -040076 <property name="spacing">10</property>
77 <child>
78 <object class="GtkLabel" id="label_registration_expire">
79 <property name="visible">True</property>
80 <property name="can_focus">False</property>
81 <property name="label" translatable="yes">Registration expire timeout (seconds):</property>
82 </object>
83 <packing>
84 <property name="expand">False</property>
85 <property name="fill">True</property>
Stepan Salenikovich2371a892015-07-23 17:17:00 -040086 </packing>
87 </child>
88 <child>
89 <object class="GtkSpinButton" id="spinbutton_registration_expire">
90 <property name="visible">True</property>
91 <property name="can_focus">True</property>
92 <property name="adjustment">adjustment_registration_timeout</property>
93 </object>
94 <packing>
95 <property name="expand">False</property>
96 <property name="fill">True</property>
97 </packing>
98 </child>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -040099 </object>
Stepan Salenikovich2371a892015-07-23 17:17:00 -0400100 </child>
101 <child>
102 <object class="GtkCheckButton" id="checkbutton_allow_incoming_unknown">
103 <property name="label" translatable="yes">Allow calls from unknown peers</property>
104 <property name="visible">True</property>
105 <property name="can_focus">True</property>
106 <property name="receives_default">False</property>
107 <property name="xalign">0</property>
108 <property name="draw_indicator">True</property>
109 </object>
110 <packing>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400111 <property name="expand">False</property>
112 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400113 </packing>
114 </child>
115 <child>
Stepan Salenikovich2371a892015-07-23 17:17:00 -0400116 <object class="GtkCheckButton" id="checkbutton_allow_incoming_history">
117 <property name="label" translatable="yes">Allow calls from peers in your call history</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400118 <property name="visible">True</property>
119 <property name="can_focus">True</property>
Stepan Salenikovich2371a892015-07-23 17:17:00 -0400120 <property name="receives_default">False</property>
121 <property name="xalign">0</property>
122 <property name="draw_indicator">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400123 </object>
Stepan Salenikovich2371a892015-07-23 17:17:00 -0400124 <packing>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400125 <property name="expand">False</property>
126 <property name="fill">True</property>
Stepan Salenikovich2371a892015-07-23 17:17:00 -0400127 </packing>
128 </child>
129 <child>
130 <object class="GtkCheckButton" id="checkbutton_allow_incoming_contacts">
131 <property name="label" translatable="yes">Allow calls from peers in your contacts list</property>
132 <property name="visible">True</property>
133 <property name="can_focus">True</property>
134 <property name="receives_default">False</property>
135 <property name="xalign">0</property>
136 <property name="draw_indicator">True</property>
137 </object>
138 <packing>
139 <property name="expand">False</property>
140 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400141 </packing>
142 </child>
143 </object>
144 </child>
145 <child type="label">
146 <object class="GtkLabel" id="label_registration">
147 <property name="visible">True</property>
148 <property name="can_focus">False</property>
Stepan Salenikovich40a77bd2016-07-28 16:00:18 -0400149 <property name="label" translatable="yes">Registration</property>
150 <attributes>
151 <attribute name="weight" value="bold"/>
152 </attributes>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400153 </object>
154 </child>
155 </object>
156 <packing>
157 <property name="expand">False</property>
158 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400159 </packing>
160 </child>
161 <child>
162 <object class="GtkFrame" id="frame_network_interface">
163 <property name="visible">True</property>
164 <property name="can_focus">False</property>
165 <property name="label_xalign">0</property>
166 <property name="shadow_type">none</property>
167 <child>
168 <object class="GtkBox" id="box_network_interface">
169 <property name="visible">True</property>
170 <property name="can_focus">False</property>
171 <property name="margin_left">10</property>
172 <property name="margin_top">10</property>
173 <property name="spacing">10</property>
174 <property name="orientation">vertical</property>
175 <!-- this checkbutton only applies to RING accounts -->
176 <child>
177 <object class="GtkCheckButton" id="checkbutton_use_random_port">
178 <property name="label" translatable="yes">Use random port</property>
179 <property name="visible">True</property>
180 <property name="can_focus">True</property>
181 <property name="receives_default">False</property>
182 <property name="xalign">0</property>
183 <property name="draw_indicator">True</property>
184 </object>
185 <packing>
186 <property name="expand">False</property>
187 <property name="fill">True</property>
188 </packing>
189 </child>
190 <child>
191 <object class="GtkBox" id="box_local_port">
192 <property name="visible">True</property>
193 <property name="can_focus">False</property>
194 <property name="spacing">10</property>
195 <child>
196 <object class="GtkLabel" id="label_local_port">
197 <property name="visible">True</property>
198 <property name="can_focus">False</property>
199 <property name="label" translatable="yes">Local port:</property>
200 </object>
201 <packing>
202 <property name="expand">False</property>
203 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400204 </packing>
205 </child>
206 <child>
207 <object class="GtkSpinButton" id="spinbutton_local_port">
208 <property name="visible">True</property>
209 <property name="can_focus">True</property>
210 <property name="adjustment">adjustment_local_port</property>
211 </object>
212 <packing>
213 <property name="expand">False</property>
214 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400215 </packing>
216 </child>
217 </object>
218 </child>
219 </object>
220 </child>
221 <child type="label">
222 <object class="GtkLabel" id="label_network_interface">
223 <property name="visible">True</property>
224 <property name="can_focus">False</property>
Stepan Salenikovich40a77bd2016-07-28 16:00:18 -0400225 <property name="label" translatable="yes">Network Interface</property>
226 <attributes>
227 <attribute name="weight" value="bold"/>
228 </attributes>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400229 </object>
230 </child>
231 </object>
232 <packing>
233 <property name="expand">False</property>
234 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400235 </packing>
236 </child>
237 <child>
238 <object class="GtkFrame" id="frame_parameters">
239 <property name="visible">True</property>
240 <property name="can_focus">False</property>
241 <property name="label_xalign">0</property>
242 <property name="shadow_type">none</property>
243 <child>
244 <object class="GtkBox" id="box_published_address">
245 <property name="visible">True</property>
246 <property name="can_focus">False</property>
247 <property name="margin_left">10</property>
248 <property name="margin_top">10</property>
249 <property name="orientation">vertical</property>
250 <property name="spacing">10</property>
251 <child>
252 <object class="GtkRadioButton" id="radiobutton_same_as_local">
253 <property name="label" translatable="yes">Same as local parameters</property>
254 <property name="visible">True</property>
255 <property name="can_focus">True</property>
256 <property name="receives_default">False</property>
257 <property name="xalign">0</property>
258 <property name="active">True</property>
259 <property name="draw_indicator">True</property>
260 </object>
261 <packing>
262 <property name="expand">False</property>
263 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400264 </packing>
265 </child>
266 <child>
267 <object class="GtkRadioButton" id="radiobutton_set_published">
268 <property name="label" translatable="yes">Set published address and port:</property>
269 <property name="visible">True</property>
270 <property name="can_focus">True</property>
271 <property name="receives_default">False</property>
272 <property name="xalign">0</property>
273 <property name="active">True</property>
274 <property name="draw_indicator">True</property>
275 <property name="group">radiobutton_same_as_local</property>
276 </object>
277 <packing>
278 <property name="expand">False</property>
279 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400280 </packing>
281 </child>
282 <child>
283 <object class="GtkBox" id="box_published_address_port">
284 <property name="visible">True</property>
285 <property name="can_focus">False</property>
286 <property name="margin_left">30</property>
287 <property name="spacing">10</property>
288 <child>
289 <object class="GtkLabel" id="label_published_address">
290 <property name="visible">True</property>
291 <property name="can_focus">False</property>
292 <property name="label" translatable="yes">Address</property>
293 </object>
294 <packing>
295 <property name="expand">False</property>
296 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400297 </packing>
298 </child>
299 <child>
300 <object class="GtkEntry" id="entry_published_address">
301 <property name="visible">True</property>
302 <property name="can_focus">True</property>
303 </object>
304 <packing>
305 <property name="expand">False</property>
306 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400307 </packing>
308 </child>
309 <child>
310 <object class="GtkLabel" id="label_published_port">
311 <property name="visible">True</property>
312 <property name="can_focus">False</property>
313 <property name="margin_left">10</property>
314 <property name="label" translatable="yes">Port</property>
315 </object>
316 <packing>
317 <property name="expand">False</property>
318 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400319 </packing>
320 </child>
321 <child>
322 <object class="GtkSpinButton" id="spinbutton_published_port">
323 <property name="visible">True</property>
324 <property name="can_focus">True</property>
325 <property name="adjustment">adjustment_published_port</property>
326 </object>
327 <packing>
328 <property name="expand">False</property>
329 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400330 </packing>
331 </child>
332 </object>
333 <packing>
334 <property name="expand">False</property>
335 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400336 </packing>
337 </child>
338 <child>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400339 <object class="GtkCheckButton" id="checkbutton_use_stun">
340 <property name="label" translatable="yes">Use STUN</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400341 <property name="visible">True</property>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400342 <property name="can_focus">True</property>
343 <property name="receives_default">False</property>
344 <property name="xalign">0</property>
345 <property name="draw_indicator">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400346 <property name="margin_top">20</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400347 </object>
348 <packing>
349 <property name="expand">False</property>
350 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400351 </packing>
352 </child>
353 <child>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400354 <object class="GtkGrid" id="grid_stun">
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400355 <property name="visible">True</property>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400356 <property name="row_spacing">10</property>
357 <property name="column_spacing">10</property>
358 <property name="margin_left">30</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400359 <child>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400360 <object class="GtkLabel" id="label_stunserver">
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400361 <property name="visible">True</property>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400362 <property name="halign">end</property>
363 <property name="label" translatable="yes">server URL</property>
364 <property name="mnemonic_widget">entry_stunserver</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400365 </object>
366 <packing>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400367 <property name="left_attach">0</property>
368 <property name="top_attach">0</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400369 </packing>
370 </child>
371 <child>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400372 <object class="GtkEntry" id="entry_stunserver">
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400373 <property name="visible">True</property>
374 <property name="can_focus">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400375 </object>
376 <packing>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400377 <property name="left_attach">1</property>
378 <property name="top_attach">0</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400379 </packing>
380 </child>
381 </object>
382 <packing>
383 <property name="expand">False</property>
384 <property name="fill">True</property>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400385 </packing>
386 </child>
387 <child>
388 <object class="GtkCheckButton" id="checkbutton_use_turn">
389 <property name="label" translatable="yes">Use TURN</property>
390 <property name="visible">True</property>
391 <property name="can_focus">True</property>
392 <property name="receives_default">False</property>
393 <property name="xalign">0</property>
394 <property name="draw_indicator">True</property>
395 <property name="margin_top">20</property>
396 </object>
397 <packing>
398 <property name="expand">False</property>
399 <property name="fill">True</property>
400 </packing>
401 </child>
402 <child>
403 <object class="GtkGrid" id="grid_turn">
404 <property name="visible">True</property>
405 <property name="row_spacing">10</property>
406 <property name="column_spacing">10</property>
407 <property name="margin_left">30</property>
408 <child>
409 <object class="GtkLabel" id="label_turnserver">
410 <property name="visible">True</property>
411 <property name="halign">end</property>
412 <property name="label" translatable="yes">server URL</property>
413 <property name="mnemonic_widget">entry_turnserver</property>
414 </object>
415 <packing>
416 <property name="left_attach">0</property>
417 <property name="top_attach">0</property>
418 </packing>
419 </child>
420 <child>
421 <object class="GtkEntry" id="entry_turnserver">
422 <property name="visible">True</property>
423 <property name="can_focus">True</property>
424 </object>
425 <packing>
426 <property name="left_attach">1</property>
427 <property name="top_attach">0</property>
428 </packing>
429 </child>
430 <child>
431 <object class="GtkLabel" id="label_turnusername">
432 <property name="visible">True</property>
433 <property name="halign">end</property>
434 <property name="label" translatable="yes">username</property>
435 <property name="mnemonic_widget">entry_turnusername</property>
436 </object>
437 <packing>
438 <property name="left_attach">0</property>
439 <property name="top_attach">1</property>
440 </packing>
441 </child>
442 <child>
443 <object class="GtkEntry" id="entry_turnusername">
444 <property name="visible">True</property>
445 </object>
446 <packing>
447 <property name="left_attach">1</property>
448 <property name="top_attach">1</property>
449 </packing>
450 </child>
451 <child>
452 <object class="GtkLabel" id="label_turnpassword">
453 <property name="visible">True</property>
454 <property name="halign">end</property>
455 <property name="label" translatable="yes">password</property>
456 <property name="mnemonic_widget">entry_turnpassword</property>
457 </object>
458 <packing>
459 <property name="left_attach">0</property>
460 <property name="top_attach">2</property>
461 </packing>
462 </child>
463 <child>
464 <object class="GtkEntry" id="entry_turnpassword">
465 <property name="visible">True</property>
466 <property name="visibility">False</property>
467 <property name="input_purpose">password</property>
468 <property name="primary-icon-name">dialog-password</property>
469 </object>
470 <packing>
471 <property name="left_attach">1</property>
472 <property name="top_attach">2</property>
473 </packing>
474 </child>
475 <child>
476 <object class="GtkLabel" id="label_turnrealm">
477 <property name="visible">True</property>
478 <property name="halign">end</property>
479 <property name="label" translatable="yes">realm</property>
480 <property name="mnemonic_widget">entry_turnrealm</property>
481 </object>
482 <packing>
483 <property name="left_attach">0</property>
484 <property name="top_attach">3</property>
485 </packing>
486 </child>
487 <child>
488 <object class="GtkEntry" id="entry_turnrealm">
489 <property name="visible">True</property>
490 </object>
491 <packing>
492 <property name="left_attach">1</property>
493 <property name="top_attach">3</property>
494 </packing>
495 </child>
496 </object>
497 <packing>
498 <property name="expand">False</property>
499 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400500 </packing>
501 </child>
502 </object>
503 </child>
504 <child type="label">
505 <object class="GtkLabel" id="label_published">
506 <property name="visible">True</property>
507 <property name="can_focus">False</property>
Stepan Salenikovich40a77bd2016-07-28 16:00:18 -0400508 <property name="label" translatable="yes">Published Address</property>
509 <attributes>
510 <attribute name="weight" value="bold"/>
511 </attributes>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400512 </object>
513 </child>
514 </object>
515 <packing>
516 <property name="expand">False</property>
517 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400518 </packing>
519 </child>
520 <child>
521 <object class="GtkFrame" id="frame_ice_fallback">
522 <property name="visible">True</property>
523 <property name="can_focus">False</property>
524 <property name="label_xalign">0</property>
525 <property name="shadow_type">none</property>
526 <child>
527 <object class="GtkBox" id="box_ice_fallback">
528 <property name="visible">True</property>
529 <property name="can_focus">False</property>
530 <property name="margin_left">10</property>
531 <property name="margin_top">10</property>
532 <property name="orientation">vertical</property>
533 <property name="spacing">10</property>
534 <child>
535 <object class="GtkLabel" id="label_ice_fallback_explanation">
536 <property name="visible">True</property>
537 <property name="can_focus">False</property>
538 <property name="halign">start</property>
539 <property name="label" translatable="yes">These settings are only used during SDP session negotiation in case ICE is not supported by the server or peer.</property>
540 <property name="wrap">True</property>
541 </object>
542 <packing>
543 <property name="expand">False</property>
544 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400545 </packing>
546 </child>
547 <child>
548 <object class="GtkFrame" id="frame_audio_rtp_range">
549 <property name="visible">True</property>
550 <property name="can_focus">False</property>
551 <property name="label_xalign">0</property>
552 <property name="shadow_type">none</property>
553 <child>
554 <object class="GtkBox" id="box_audio_rtp_range">
555 <property name="visible">True</property>
556 <property name="can_focus">False</property>
557 <property name="margin_left">10</property>
558 <property name="margin_top">10</property>
559 <property name="spacing">10</property>
560 <child>
561 <object class="GtkLabel" id="label_audio_rtp_min">
562 <property name="visible">True</property>
563 <property name="can_focus">False</property>
564 <property name="label" translatable="yes">Min</property>
565 </object>
566 <packing>
567 <property name="expand">False</property>
568 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400569 </packing>
570 </child>
571 <child>
572 <object class="GtkSpinButton" id="spinbutton_audio_rtp_min">
573 <property name="visible">True</property>
574 <property name="can_focus">True</property>
575 <property name="adjustment">adjustment_audio_port_min</property>
576 </object>
577 <packing>
578 <property name="expand">False</property>
579 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400580 </packing>
581 </child>
582 <child>
583 <object class="GtkLabel" id="label_audio_rtp_max">
584 <property name="visible">True</property>
585 <property name="can_focus">False</property>
586 <property name="margin_left">10</property>
587 <property name="label" translatable="yes">Max</property>
588 </object>
589 <packing>
590 <property name="expand">False</property>
591 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400592 </packing>
593 </child>
594 <child>
595 <object class="GtkSpinButton" id="spinbutton_audio_rtp_max">
596 <property name="visible">True</property>
597 <property name="can_focus">True</property>
598 <property name="adjustment">adjustment_audio_port_max</property>
599 </object>
600 <packing>
601 <property name="expand">False</property>
602 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400603 </packing>
604 </child>
605 </object>
606 </child>
607 <child type="label">
608 <object class="GtkLabel" id="label_audio_rtp_range">
609 <property name="visible">True</property>
610 <property name="can_focus">False</property>
Stepan Salenikovich40a77bd2016-07-28 16:00:18 -0400611 <property name="label" translatable="yes">Audio RTP Port Range</property>
612 <attributes>
613 <attribute name="weight" value="bold"/>
614 </attributes>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400615 </object>
616 </child>
617 </object>
618 <packing>
619 <property name="expand">False</property>
620 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400621 </packing>
622 </child>
623 <child>
624 <object class="GtkFrame" id="frame_video_rtp_range">
625 <property name="visible">True</property>
626 <property name="can_focus">False</property>
627 <property name="label_xalign">0</property>
628 <property name="shadow_type">none</property>
629 <child>
630 <object class="GtkBox" id="box_video_rtp_range">
631 <property name="visible">True</property>
632 <property name="can_focus">False</property>
633 <property name="margin_left">10</property>
634 <property name="margin_top">10</property>
635 <property name="spacing">10</property>
636 <child>
637 <object class="GtkLabel" id="label_video_rtp_min">
638 <property name="visible">True</property>
639 <property name="can_focus">False</property>
640 <property name="label" translatable="yes">Min</property>
641 </object>
642 <packing>
643 <property name="expand">False</property>
644 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400645 </packing>
646 </child>
647 <child>
648 <object class="GtkSpinButton" id="spinbutton_video_rtp_min">
649 <property name="visible">True</property>
650 <property name="can_focus">True</property>
651 <property name="adjustment">adjustment_video_port_min</property>
652 </object>
653 <packing>
654 <property name="expand">False</property>
655 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400656 </packing>
657 </child>
658 <child>
659 <object class="GtkLabel" id="label_video_rtp_max">
660 <property name="visible">True</property>
661 <property name="can_focus">False</property>
662 <property name="margin_left">10</property>
663 <property name="label" translatable="yes">Max</property>
664 </object>
665 <packing>
666 <property name="expand">False</property>
667 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400668 </packing>
669 </child>
670 <child>
671 <object class="GtkSpinButton" id="spinbutton_video_rtp_max">
672 <property name="visible">True</property>
673 <property name="can_focus">True</property>
674 <property name="adjustment">adjustment_video_port_max</property>
675 </object>
676 <packing>
677 <property name="expand">False</property>
678 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400679 </packing>
680 </child>
681 </object>
682 </child>
683 <child type="label">
684 <object class="GtkLabel" id="label_video_rtp_range">
685 <property name="visible">True</property>
686 <property name="can_focus">False</property>
Stepan Salenikovich40a77bd2016-07-28 16:00:18 -0400687 <property name="label" translatable="yes">Video RTP Port Range</property>
688 <attributes>
689 <attribute name="weight" value="bold"/>
690 </attributes>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400691 </object>
692 </child>
693 </object>
694 <packing>
695 <property name="expand">False</property>
696 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400697 </packing>
698 </child>
699 </object>
700 </child>
701 <child type="label">
702 <object class="GtkLabel" id="label_ice_fallback">
703 <property name="visible">True</property>
704 <property name="can_focus">False</property>
Stepan Salenikovich40a77bd2016-07-28 16:00:18 -0400705 <property name="label" translatable="yes">SDP Session Negotiation (ICE Fallback)</property>
706 <attributes>
707 <attribute name="weight" value="bold"/>
708 </attributes>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400709 </object>
710 </child>
711 </object>
712 <packing>
713 <property name="expand">False</property>
714 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400715 </packing>
716 </child>
717 </object>
718 <packing>
719 <property name="expand">False</property>
720 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400721 </packing>
722 </child>
723 </template>
724</interface>