blob: 577e227ba4e1d210470c8452d31d918659bdb6a0 [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>
149 <property name="label" translatable="yes">&lt;b&gt;Registration&lt;/b&gt;</property>
150 <property name="use_markup">True</property>
151 </object>
152 </child>
153 </object>
154 <packing>
155 <property name="expand">False</property>
156 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400157 </packing>
158 </child>
159 <child>
160 <object class="GtkFrame" id="frame_network_interface">
161 <property name="visible">True</property>
162 <property name="can_focus">False</property>
163 <property name="label_xalign">0</property>
164 <property name="shadow_type">none</property>
165 <child>
166 <object class="GtkBox" id="box_network_interface">
167 <property name="visible">True</property>
168 <property name="can_focus">False</property>
169 <property name="margin_left">10</property>
170 <property name="margin_top">10</property>
171 <property name="spacing">10</property>
172 <property name="orientation">vertical</property>
173 <!-- this checkbutton only applies to RING accounts -->
174 <child>
175 <object class="GtkCheckButton" id="checkbutton_use_random_port">
176 <property name="label" translatable="yes">Use random port</property>
177 <property name="visible">True</property>
178 <property name="can_focus">True</property>
179 <property name="receives_default">False</property>
180 <property name="xalign">0</property>
181 <property name="draw_indicator">True</property>
182 </object>
183 <packing>
184 <property name="expand">False</property>
185 <property name="fill">True</property>
186 </packing>
187 </child>
188 <child>
189 <object class="GtkBox" id="box_local_port">
190 <property name="visible">True</property>
191 <property name="can_focus">False</property>
192 <property name="spacing">10</property>
193 <child>
194 <object class="GtkLabel" id="label_local_port">
195 <property name="visible">True</property>
196 <property name="can_focus">False</property>
197 <property name="label" translatable="yes">Local port:</property>
198 </object>
199 <packing>
200 <property name="expand">False</property>
201 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400202 </packing>
203 </child>
204 <child>
205 <object class="GtkSpinButton" id="spinbutton_local_port">
206 <property name="visible">True</property>
207 <property name="can_focus">True</property>
208 <property name="adjustment">adjustment_local_port</property>
209 </object>
210 <packing>
211 <property name="expand">False</property>
212 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400213 </packing>
214 </child>
215 </object>
216 </child>
217 </object>
218 </child>
219 <child type="label">
220 <object class="GtkLabel" id="label_network_interface">
221 <property name="visible">True</property>
222 <property name="can_focus">False</property>
223 <property name="label" translatable="yes">&lt;b&gt;Network Interface&lt;/b&gt;</property>
224 <property name="use_markup">True</property>
225 </object>
226 </child>
227 </object>
228 <packing>
229 <property name="expand">False</property>
230 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400231 </packing>
232 </child>
233 <child>
234 <object class="GtkFrame" id="frame_parameters">
235 <property name="visible">True</property>
236 <property name="can_focus">False</property>
237 <property name="label_xalign">0</property>
238 <property name="shadow_type">none</property>
239 <child>
240 <object class="GtkBox" id="box_published_address">
241 <property name="visible">True</property>
242 <property name="can_focus">False</property>
243 <property name="margin_left">10</property>
244 <property name="margin_top">10</property>
245 <property name="orientation">vertical</property>
246 <property name="spacing">10</property>
247 <child>
248 <object class="GtkRadioButton" id="radiobutton_same_as_local">
249 <property name="label" translatable="yes">Same as local parameters</property>
250 <property name="visible">True</property>
251 <property name="can_focus">True</property>
252 <property name="receives_default">False</property>
253 <property name="xalign">0</property>
254 <property name="active">True</property>
255 <property name="draw_indicator">True</property>
256 </object>
257 <packing>
258 <property name="expand">False</property>
259 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400260 </packing>
261 </child>
262 <child>
263 <object class="GtkRadioButton" id="radiobutton_set_published">
264 <property name="label" translatable="yes">Set published address and port:</property>
265 <property name="visible">True</property>
266 <property name="can_focus">True</property>
267 <property name="receives_default">False</property>
268 <property name="xalign">0</property>
269 <property name="active">True</property>
270 <property name="draw_indicator">True</property>
271 <property name="group">radiobutton_same_as_local</property>
272 </object>
273 <packing>
274 <property name="expand">False</property>
275 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400276 </packing>
277 </child>
278 <child>
279 <object class="GtkBox" id="box_published_address_port">
280 <property name="visible">True</property>
281 <property name="can_focus">False</property>
282 <property name="margin_left">30</property>
283 <property name="spacing">10</property>
284 <child>
285 <object class="GtkLabel" id="label_published_address">
286 <property name="visible">True</property>
287 <property name="can_focus">False</property>
288 <property name="label" translatable="yes">Address</property>
289 </object>
290 <packing>
291 <property name="expand">False</property>
292 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400293 </packing>
294 </child>
295 <child>
296 <object class="GtkEntry" id="entry_published_address">
297 <property name="visible">True</property>
298 <property name="can_focus">True</property>
299 </object>
300 <packing>
301 <property name="expand">False</property>
302 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400303 </packing>
304 </child>
305 <child>
306 <object class="GtkLabel" id="label_published_port">
307 <property name="visible">True</property>
308 <property name="can_focus">False</property>
309 <property name="margin_left">10</property>
310 <property name="label" translatable="yes">Port</property>
311 </object>
312 <packing>
313 <property name="expand">False</property>
314 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400315 </packing>
316 </child>
317 <child>
318 <object class="GtkSpinButton" id="spinbutton_published_port">
319 <property name="visible">True</property>
320 <property name="can_focus">True</property>
321 <property name="adjustment">adjustment_published_port</property>
322 </object>
323 <packing>
324 <property name="expand">False</property>
325 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400326 </packing>
327 </child>
328 </object>
329 <packing>
330 <property name="expand">False</property>
331 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400332 </packing>
333 </child>
334 <child>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400335 <object class="GtkCheckButton" id="checkbutton_use_stun">
336 <property name="label" translatable="yes">Use STUN</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400337 <property name="visible">True</property>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400338 <property name="can_focus">True</property>
339 <property name="receives_default">False</property>
340 <property name="xalign">0</property>
341 <property name="draw_indicator">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400342 <property name="margin_top">20</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400343 </object>
344 <packing>
345 <property name="expand">False</property>
346 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400347 </packing>
348 </child>
349 <child>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400350 <object class="GtkGrid" id="grid_stun">
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400351 <property name="visible">True</property>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400352 <property name="row_spacing">10</property>
353 <property name="column_spacing">10</property>
354 <property name="margin_left">30</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400355 <child>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400356 <object class="GtkLabel" id="label_stunserver">
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400357 <property name="visible">True</property>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400358 <property name="halign">end</property>
359 <property name="label" translatable="yes">server URL</property>
360 <property name="mnemonic_widget">entry_stunserver</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400361 </object>
362 <packing>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400363 <property name="left_attach">0</property>
364 <property name="top_attach">0</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400365 </packing>
366 </child>
367 <child>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400368 <object class="GtkEntry" id="entry_stunserver">
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400369 <property name="visible">True</property>
370 <property name="can_focus">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400371 </object>
372 <packing>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400373 <property name="left_attach">1</property>
374 <property name="top_attach">0</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400375 </packing>
376 </child>
377 </object>
378 <packing>
379 <property name="expand">False</property>
380 <property name="fill">True</property>
Stepan Salenikovich28c1f0c2015-08-06 11:42:41 -0400381 </packing>
382 </child>
383 <child>
384 <object class="GtkCheckButton" id="checkbutton_use_turn">
385 <property name="label" translatable="yes">Use TURN</property>
386 <property name="visible">True</property>
387 <property name="can_focus">True</property>
388 <property name="receives_default">False</property>
389 <property name="xalign">0</property>
390 <property name="draw_indicator">True</property>
391 <property name="margin_top">20</property>
392 </object>
393 <packing>
394 <property name="expand">False</property>
395 <property name="fill">True</property>
396 </packing>
397 </child>
398 <child>
399 <object class="GtkGrid" id="grid_turn">
400 <property name="visible">True</property>
401 <property name="row_spacing">10</property>
402 <property name="column_spacing">10</property>
403 <property name="margin_left">30</property>
404 <child>
405 <object class="GtkLabel" id="label_turnserver">
406 <property name="visible">True</property>
407 <property name="halign">end</property>
408 <property name="label" translatable="yes">server URL</property>
409 <property name="mnemonic_widget">entry_turnserver</property>
410 </object>
411 <packing>
412 <property name="left_attach">0</property>
413 <property name="top_attach">0</property>
414 </packing>
415 </child>
416 <child>
417 <object class="GtkEntry" id="entry_turnserver">
418 <property name="visible">True</property>
419 <property name="can_focus">True</property>
420 </object>
421 <packing>
422 <property name="left_attach">1</property>
423 <property name="top_attach">0</property>
424 </packing>
425 </child>
426 <child>
427 <object class="GtkLabel" id="label_turnusername">
428 <property name="visible">True</property>
429 <property name="halign">end</property>
430 <property name="label" translatable="yes">username</property>
431 <property name="mnemonic_widget">entry_turnusername</property>
432 </object>
433 <packing>
434 <property name="left_attach">0</property>
435 <property name="top_attach">1</property>
436 </packing>
437 </child>
438 <child>
439 <object class="GtkEntry" id="entry_turnusername">
440 <property name="visible">True</property>
441 </object>
442 <packing>
443 <property name="left_attach">1</property>
444 <property name="top_attach">1</property>
445 </packing>
446 </child>
447 <child>
448 <object class="GtkLabel" id="label_turnpassword">
449 <property name="visible">True</property>
450 <property name="halign">end</property>
451 <property name="label" translatable="yes">password</property>
452 <property name="mnemonic_widget">entry_turnpassword</property>
453 </object>
454 <packing>
455 <property name="left_attach">0</property>
456 <property name="top_attach">2</property>
457 </packing>
458 </child>
459 <child>
460 <object class="GtkEntry" id="entry_turnpassword">
461 <property name="visible">True</property>
462 <property name="visibility">False</property>
463 <property name="input_purpose">password</property>
464 <property name="primary-icon-name">dialog-password</property>
465 </object>
466 <packing>
467 <property name="left_attach">1</property>
468 <property name="top_attach">2</property>
469 </packing>
470 </child>
471 <child>
472 <object class="GtkLabel" id="label_turnrealm">
473 <property name="visible">True</property>
474 <property name="halign">end</property>
475 <property name="label" translatable="yes">realm</property>
476 <property name="mnemonic_widget">entry_turnrealm</property>
477 </object>
478 <packing>
479 <property name="left_attach">0</property>
480 <property name="top_attach">3</property>
481 </packing>
482 </child>
483 <child>
484 <object class="GtkEntry" id="entry_turnrealm">
485 <property name="visible">True</property>
486 </object>
487 <packing>
488 <property name="left_attach">1</property>
489 <property name="top_attach">3</property>
490 </packing>
491 </child>
492 </object>
493 <packing>
494 <property name="expand">False</property>
495 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400496 </packing>
497 </child>
498 </object>
499 </child>
500 <child type="label">
501 <object class="GtkLabel" id="label_published">
502 <property name="visible">True</property>
503 <property name="can_focus">False</property>
504 <property name="label" translatable="yes">&lt;b&gt;Published Address&lt;/b&gt;</property>
505 <property name="use_markup">True</property>
506 </object>
507 </child>
508 </object>
509 <packing>
510 <property name="expand">False</property>
511 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400512 </packing>
513 </child>
514 <child>
515 <object class="GtkFrame" id="frame_ice_fallback">
516 <property name="visible">True</property>
517 <property name="can_focus">False</property>
518 <property name="label_xalign">0</property>
519 <property name="shadow_type">none</property>
520 <child>
521 <object class="GtkBox" id="box_ice_fallback">
522 <property name="visible">True</property>
523 <property name="can_focus">False</property>
524 <property name="margin_left">10</property>
525 <property name="margin_top">10</property>
526 <property name="orientation">vertical</property>
527 <property name="spacing">10</property>
528 <child>
529 <object class="GtkLabel" id="label_ice_fallback_explanation">
530 <property name="visible">True</property>
531 <property name="can_focus">False</property>
532 <property name="halign">start</property>
533 <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>
534 <property name="wrap">True</property>
535 </object>
536 <packing>
537 <property name="expand">False</property>
538 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400539 </packing>
540 </child>
541 <child>
542 <object class="GtkFrame" id="frame_audio_rtp_range">
543 <property name="visible">True</property>
544 <property name="can_focus">False</property>
545 <property name="label_xalign">0</property>
546 <property name="shadow_type">none</property>
547 <child>
548 <object class="GtkBox" id="box_audio_rtp_range">
549 <property name="visible">True</property>
550 <property name="can_focus">False</property>
551 <property name="margin_left">10</property>
552 <property name="margin_top">10</property>
553 <property name="spacing">10</property>
554 <child>
555 <object class="GtkLabel" id="label_audio_rtp_min">
556 <property name="visible">True</property>
557 <property name="can_focus">False</property>
558 <property name="label" translatable="yes">Min</property>
559 </object>
560 <packing>
561 <property name="expand">False</property>
562 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400563 </packing>
564 </child>
565 <child>
566 <object class="GtkSpinButton" id="spinbutton_audio_rtp_min">
567 <property name="visible">True</property>
568 <property name="can_focus">True</property>
569 <property name="adjustment">adjustment_audio_port_min</property>
570 </object>
571 <packing>
572 <property name="expand">False</property>
573 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400574 </packing>
575 </child>
576 <child>
577 <object class="GtkLabel" id="label_audio_rtp_max">
578 <property name="visible">True</property>
579 <property name="can_focus">False</property>
580 <property name="margin_left">10</property>
581 <property name="label" translatable="yes">Max</property>
582 </object>
583 <packing>
584 <property name="expand">False</property>
585 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400586 </packing>
587 </child>
588 <child>
589 <object class="GtkSpinButton" id="spinbutton_audio_rtp_max">
590 <property name="visible">True</property>
591 <property name="can_focus">True</property>
592 <property name="adjustment">adjustment_audio_port_max</property>
593 </object>
594 <packing>
595 <property name="expand">False</property>
596 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400597 </packing>
598 </child>
599 </object>
600 </child>
601 <child type="label">
602 <object class="GtkLabel" id="label_audio_rtp_range">
603 <property name="visible">True</property>
604 <property name="can_focus">False</property>
605 <property name="label" translatable="yes">&lt;b&gt;Audio RTP Port Range&lt;/b&gt;</property>
606 <property name="use_markup">True</property>
607 </object>
608 </child>
609 </object>
610 <packing>
611 <property name="expand">False</property>
612 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400613 </packing>
614 </child>
615 <child>
616 <object class="GtkFrame" id="frame_video_rtp_range">
617 <property name="visible">True</property>
618 <property name="can_focus">False</property>
619 <property name="label_xalign">0</property>
620 <property name="shadow_type">none</property>
621 <child>
622 <object class="GtkBox" id="box_video_rtp_range">
623 <property name="visible">True</property>
624 <property name="can_focus">False</property>
625 <property name="margin_left">10</property>
626 <property name="margin_top">10</property>
627 <property name="spacing">10</property>
628 <child>
629 <object class="GtkLabel" id="label_video_rtp_min">
630 <property name="visible">True</property>
631 <property name="can_focus">False</property>
632 <property name="label" translatable="yes">Min</property>
633 </object>
634 <packing>
635 <property name="expand">False</property>
636 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400637 </packing>
638 </child>
639 <child>
640 <object class="GtkSpinButton" id="spinbutton_video_rtp_min">
641 <property name="visible">True</property>
642 <property name="can_focus">True</property>
643 <property name="adjustment">adjustment_video_port_min</property>
644 </object>
645 <packing>
646 <property name="expand">False</property>
647 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400648 </packing>
649 </child>
650 <child>
651 <object class="GtkLabel" id="label_video_rtp_max">
652 <property name="visible">True</property>
653 <property name="can_focus">False</property>
654 <property name="margin_left">10</property>
655 <property name="label" translatable="yes">Max</property>
656 </object>
657 <packing>
658 <property name="expand">False</property>
659 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400660 </packing>
661 </child>
662 <child>
663 <object class="GtkSpinButton" id="spinbutton_video_rtp_max">
664 <property name="visible">True</property>
665 <property name="can_focus">True</property>
666 <property name="adjustment">adjustment_video_port_max</property>
667 </object>
668 <packing>
669 <property name="expand">False</property>
670 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400671 </packing>
672 </child>
673 </object>
674 </child>
675 <child type="label">
676 <object class="GtkLabel" id="label_video_rtp_range">
677 <property name="visible">True</property>
678 <property name="can_focus">False</property>
679 <property name="label" translatable="yes">&lt;b&gt;Video RTP Port Range&lt;/b&gt;</property>
680 <property name="use_markup">True</property>
681 </object>
682 </child>
683 </object>
684 <packing>
685 <property name="expand">False</property>
686 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400687 </packing>
688 </child>
689 </object>
690 </child>
691 <child type="label">
692 <object class="GtkLabel" id="label_ice_fallback">
693 <property name="visible">True</property>
694 <property name="can_focus">False</property>
695 <property name="label" translatable="yes">&lt;b&gt;SDP Session Negotiation (ICE Fallback)&lt;/b&gt;</property>
696 <property name="use_markup">True</property>
697 </object>
698 </child>
699 </object>
700 <packing>
701 <property name="expand">False</property>
702 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400703 </packing>
704 </child>
705 </object>
706 <packing>
707 <property name="expand">False</property>
708 <property name="fill">True</property>
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -0400709 </packing>
710 </child>
711 </template>
712</interface>