-
Notifications
You must be signed in to change notification settings - Fork 29
/
tests.plist
782 lines (782 loc) · 22.1 KB
/
tests.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>GlobalProperties</key>
<dict>
<key>license_key</key>
<string></string>
<key>server_port</key>
<string>443</string>
<key>bitrate</key>
<integer>750</integer>
<key>host</key>
<string>0.0.0.0</string>
<key>buffer_time</key>
<real>0.5</real>
<key>port</key>
<integer>8554</integer>
<key>stream1</key>
<string>stream1</string>
<key>stream2</key>
<string>stream2</string>
<key>context</key>
<string>live</string>
<key>camera_width</key>
<integer>640</integer>
<key>camera_height</key>
<integer>360</integer>
<key>debug_view</key>
<true/>
<key>video_on</key>
<true/>
<key>audio_on</key>
<true/>
<key>hwaccel_on</key>
<true/>
<key>record_on</key>
<false/>
<key>append_on</key>
<false/>
<key>fps</key>
<integer>15</integer>
<key>sm_version</key>
<string>4.0</string>
<key>sm_access_token</key>
<string>xyz123</string>
<key>cluster_password</key>
<string>changeme</string>
<key>push_target</key>
<string>rtmp://localhost/live/stream2</string>
<key>conference_host</key>
<string>ws://10.0.0.75:8001</string>
</dict>
<key>Tests</key>
<dict>
<key>home</key>
<dict>
<key>name</key>
<string>Home</string>
<key>class</key>
<string>Home</string>
</dict>
<key>publish</key>
<dict>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Publish</string>
<key>class</key>
<string>PublishTest</string>
</dict>
<key>publish - 1080p</key>
<dict>
<key>description</key>
<string>A high quality publisher</string>
<key>LocalProperties</key>
<dict>
<key>camera_width</key>
<integer>1920</integer>
<key>camera_height</key>
<integer>1080</integer>
<key>bitrate</key>
<integer>4500</integer>
</dict>
<key>name</key>
<string>Publish - 1080p</string>
<key>class</key>
<string>PublishTest</string>
</dict>
<key>publish - ABR</key>
<dict>
<key>description</key>
<string>A high quality publisher with AdaptiveBitrateController</string>
<key>LocalProperties</key>
<dict>
<key>camera_width</key>
<integer>640</integer>
<key>camera_height</key>
<integer>360</integer>
<key>bitrate</key>
<integer>1000</integer>
<key>fps</key>
<integer>15</integer>
</dict>
<key>name</key>
<string>Publish - ABR</string>
<key>class</key>
<string>AdaptiveBitrateControllerTest</string>
</dict>
<key>publish - Aspect Ratio</key>
<dict>
<key>description</key>
<string>A publish example that modifies the scale mode of its preview display</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Publish - Aspect Ratio</string>
<key>class</key>
<string>PublishAspectTest</string>
</dict>
<key>publish - Auth</key>
<dict>
<key>description</key>
<string>An authenticated publish example.</string>
<key>LocalProperties</key>
<dict>
<key>username</key>
<string>testuser</string>
<key>password</key>
<string>testpass</string>
</dict>
<key>name</key>
<string>Publish - Authentication</string>
<key>class</key>
<string>PublishAuthTest</string>
</dict>
<key>publish - AVCategory</key>
<dict>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Publish - AV Category</string>
<key>class</key>
<string>PublishAVCategoryTest</string>
<key>description</key>
<string>An example of overriding default AVCategory settings.</string>
</dict>
<key>publish - Background</key>
<dict>
<key>description</key>
<string>An example of publishing that continues to serve audio when the app is in the background</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Publish - Background</string>
<key>class</key>
<string>PublishBackgroundTest</string>
</dict>
<key>publish - Camera Swap</key>
<dict>
<key>description</key>
<string>Touch the screen to swap which camera is being used! Verify using flash that camera is swapping properly and no rendering problems occur.</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Publish - Camera Swap</string>
<key>class</key>
<string>CameraSwapTest</string>
</dict>
<key>publish - Custom Video Source</key>
<dict>
<key>description</key>
<string>Uses a custom controller to supply video data to the publisher</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Publish - Custom Video Source</string>
<key>class</key>
<string>PublishCustomSourceTest</string>
</dict>
<key>publish - Device Orientation</key>
<dict>
<key>description</key>
<string>Orientation based on device</string>
<key>Local Properties</key>
<dict/>
<key>name</key>
<string>Publish - Device Orientation</string>
<key>class</key>
<string>PublishDeviceOrientationTest</string>
</dict>
<key>publish - Camera Swap & Orientation</key>
<dict>
<key>description</key>
<string>Orientation with Camera Swap support</string>
<key>Local Properties</key>
<dict/>
<key>name</key>
<string>Publish - Camera + Device Orientation</string>
<key>class</key>
<string>PublishCameraDeviceOrientationTest</string>
</dict>
<key>publish - Encrypted</key>
<dict>
<key>description</key>
<string>An example that encrypts all traffic between the device and server.</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Publish - Encrypted</string>
<key>class</key>
<string>PublishEncryptedTest</string>
</dict>
<key>publish - HQ Audio</key>
<dict>
<key>description</key>
<string>A publish example with high quality audio</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Publish - HQ Audio</string>
<key>class</key>
<string>PublishHQAudioTest</string>
</dict>
<key>publish - Image Capture</key>
<dict>
<key>description</key>
<string>Touch the publish stream to take a screen shot that is displayed!</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Publish - ImageCapture</string>
<key>class</key>
<string>PublishStreamImageTest</string>
</dict>
<key>publish - Local Recording</key>
<dict>
<key>description</key>
<string>Run this example to record a copy of the stream to your device's camera roll</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Publish - Local Recording</string>
<key>class</key>
<string>PublishLocalRecordTest</string>
</dict>
<key>publish - Pause</key>
<dict>
<key>description</key>
<string>Touch the publish stream to pause audio and video</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Publish - Pause</string>
<key>class</key>
<string>PublishPauseTest</string>
</dict>
<key>publish - Record</key>
<dict>
<key>description</key>
<string>A publish example that records stream data on the server.</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Publish - Record</string>
<key>class</key>
<string>RecordedTest</string>
</dict>
<key>publish - Remote Call</key>
<dict>
<key>description</key>
<string>The publish portion of the remote call example - sends the remote call</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Publish - Remote Call</string>
<key>class</key>
<string>PublishRemoteCallTest</string>
</dict>
<key>publish - Social Pusher</key>
<dict>
<key>description</key>
<string>call for the server to rebrodcast to another service</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Publish - Social Pusher</string>
<key>class</key>
<string>PublishSocialPushTest</string>
</dict>
<key>publish - Stream Manager</key>
<dict>
<key>description</key>
<string>A publish example that connects to a cluster server with the Stream Manager.</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Publish - Stream Manager</string>
<key>class</key>
<string>PublishStreamManagerTest</string>
</dict>
<key>publish - Stream Manager Encrypted</key>
<dict>
<key>description</key>
<string>A publish example that connects to a cluster server with the Stream Manager - using SRTP Encryption.</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Publish - Stream Manager Encrypted</string>
<key>class</key>
<string>PublishSMEncryptedTest</string>
</dict>
<key>publish - Stream Manager Social Pusher</key>
<dict>
<key>description</key>
<string>call for the stream manager to rebrodcast to another service</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Publish - Stream Manager Social Pusher</string>
<key>class</key>
<string>PublishStreamManagerSocialPushTest</string>
</dict>
<key>publish - Stream Manager Transcoder</key>
<dict>
<key>description</key>
<string>A publish example that uses transcoding broadcast over Stream Manager</string>
<key>LocalProperties</key>
<dict>
<key>high_bitrate</key>
<real>1500000</real>
<key>high_width</key>
<integer>1280</integer>
<key>high_height</key>
<integer>720</integer>
<key>med_bitrate</key>
<real>600000</real>
<key>med_width</key>
<integer>640</integer>
<key>med_height</key>
<integer>360</integer>
<key>low_bitrate</key>
<real>400000</real>
<key>low_width</key>
<integer>480</integer>
<key>low_height</key>
<integer>270</integer>
<key>fps</key>
<array>
<integer>15</integer>
<integer>15</integer>
<integer>15</integer>
</array>
</dict>
<key>name</key>
<string>Publish - Stream Manager Transcoder</string>
<key>class</key>
<string>PublishStreamManagerTranscodeTest</string>
</dict>
<key>publish - Telephony Interrupt</key>
<dict>
<key>description</key>
<string>An example of publishing that responds to telephony-based interrupts.</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Publish - Telephony Interrupt</string>
<key>class</key>
<string>PublishTelephonyInterruptTest</string>
</dict>
<key>publish - Zoomable</key>
<dict>
<key>description</key>
<string>A publish example that allows live zoom</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Publish - Zoom</string>
<key>class</key>
<string>PublishZoomableTest</string>
</dict>
<key>Shared Object</key>
<dict>
<key>description</key>
<string>An example of communicating information through shared objects</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>SharedObject</string>
<key>class</key>
<string>SharedObjectTest</string>
</dict>
<key>Shared Object - Streamless</key>
<dict>
<key>description</key>
<string>An example of using Shared Objects without a media stream</string>
<key>Local Properties</key>
<dict/>
<key>name</key>
<string>Shared Object - Streamless</string>
<key>class</key>
<string>SharedObjectStreamlessTest</string>
</dict>
<key>subscribe</key>
<dict>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe</string>
<key>class</key>
<string>SubscribeTest</string>
</dict>
<key>subscribe - 360</key>
<dict>
<key>LocalProperties</key>
<dict>
<key>fps</key>
<integer>30</integer>
</dict>
<key>name</key>
<string>[hw] subscribe - 360 Camera</string>
<key>class</key>
<string>Subscribe360Test</string>
</dict>
<key>subscribe - Aspect Ratio</key>
<dict>
<key>description</key>
<string>Change the fill mode of the stream. scale to fill, scale to fit, scale fill. Aspect ratio should be maintained on first 2.</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - Aspect Ratio</string>
<key>class</key>
<string>SubscribeAspectRatioTest</string>
</dict>
<key>subscribe - Audio Delay</key>
<dict>
<key>description</key>
<string>Captures the raw audio from the stream and delays it with a custom buffer implementation</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - Audio Delay</string>
<key>class</key>
<string>SubscribeAudioDelayTest</string>
</dict>
<key>subscribe - Auth</key>
<dict>
<key>description</key>
<string>An authenticated subscribe example.</string>
<key>LocalProperties</key>
<dict>
<key>username</key>
<string>testuser</string>
<key>password</key>
<string>testpass</string>
</dict>
<key>name</key>
<string>Subscribe - Authentication</string>
<key>class</key>
<string>SubscribeAuthTest</string>
</dict>
<key>subscribe - AV Category</key>
<dict>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>subscribe - AV Category</string>
<key>class</key>
<string>SubscribeAVCategoryTest</string>
<key>description</key>
<string>An example of overriding default AVCategory settings.</string>
</dict>
<key>subscribe - Background</key>
<dict>
<key>description</key>
<string>A subscriber example that continues to run while the app is in the background</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - Background Test</string>
<key>class</key>
<string>SubscribeBackgroundTest</string>
</dict>
<key>subscribe - BandwidthTest</key>
<dict>
<key>description</key>
<string>Detect Insufficient and Sufficient BW flags. Test on a poor network using a publisher that has high video quality. Video should become sporadic or stop altogether. The screen will darken when no video is being received.</string>
<key>LocalProperties</key>
<dict>
<key>buffer_time</key>
<integer>2</integer>
</dict>
<key>name</key>
<string>Subscribe - Bandwidth Test</string>
<key>class</key>
<string>SubscriberBandwidthTest</string>
</dict>
<key>subscribe - Cluster</key>
<dict>
<key>description</key>
<string>An example of conecting to a cluster server.</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - Cluster</string>
<key>class</key>
<string>SubscribeCluster</string>
</dict>
<key>subscribe - Encrypted</key>
<dict>
<key>description</key>
<string>An example that encrypts all traffic between the device and server.</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - Encrypted</string>
<key>class</key>
<string>SubscribeEncryptedTest</string>
</dict>
<key>subscribe - Hardware Acceleration</key>
<dict>
<key>LocalProperties</key>
<dict>
<key>fps</key>
<integer>30</integer>
</dict>
<key>name</key>
<string>[hw] subscribe - Hardware Acceleration</string>
<key>class</key>
<string>SubscribeHardwareAccelerationTest</string>
</dict>
<key>subscribe - Image Capture</key>
<dict>
<key>description</key>
<string>Touch the subscribe stream to take a screen shot that is displayed!</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - ImageCapture</string>
<key>class</key>
<string>SubscribeStreamImageTest</string>
</dict>
<key>subscribe - Interrupt</key>
<dict>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>subscribe - Interrupt Test</string>
<key>class</key>
<string>SubscribeInterruptTest</string>
</dict>
<key>subscribe - Metal View</key>
<dict>
<key>description</key>
<string>Uses a metal based view to display a stream</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - Metal View</string>
<key>class</key>
<string>SubscribeMetalViewTest</string>
</dict>
<key>subscribe - Mute Audio</key>
<dict>
<key>description</key>
<string>Allows toggle of mute playback</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - Mute Audio</string>
<key>class</key>
<string>SubscribeMuteTest</string>
</dict>
<key>subscribe - No View</key>
<dict>
<key>description</key>
<string>A proof of using an audio only stream without attaching it to a view.</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - No View</string>
<key>class</key>
<string>SubscribeNoViewTest</string>
</dict>
<key>subscribe - Reconnect</key>
<dict>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - Reconnect</string>
<key>class</key>
<string>SubscribeAutoReconnectTest</string>
</dict>
<key>subscribe - Remote Call</key>
<dict>
<key>description</key>
<string>The subscribe portion of the remote call example - receives the remote call</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - Remote Call</string>
<key>class</key>
<string>SubscribeRemoteCallTest</string>
</dict>
<key>subscribe - SetFrame</key>
<dict>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - Set Frame Size</string>
<key>class</key>
<string>SubscribeSetSizeTest</string>
</dict>
<key>subscribe - Set Volume</key>
<dict>
<key>description</key>
<string>Simple example to toggle volume on and off for subscriber</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - Set Volume</string>
<key>class</key>
<string>SubscribeSetVolumeTest</string>
</dict>
<key>subscribe - Stream Manager</key>
<dict>
<key>description</key>
<string>A subscribe example that connects to a cluster server with the Stream Manager.</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - Stream Manager</string>
<key>class</key>
<string>SubscribeStreamManagerTest</string>
</dict>
<key>subscribe - Stream Manager Encrypted</key>
<dict>
<key>description</key>
<string>A subscribe example that connects to a cluster server with the Stream Manager - using SRTP Encryption.</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - Stream Manager Encrypted</string>
<key>class</key>
<string>SubscribeSMEncryptedTest</string>
</dict>
<key>subscribe - Stream Manager Reconnect</key>
<dict>
<key>description</key>
<string>A subscribe example that connects to a cluster server with the Stream Manager and attempts reconnect on lost/unpublished stream.</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - Stream Manager Reconnect</string>
<key>class</key>
<string>SubscribeStreamManagerReconnectTest</string>
</dict>
<key>subscribe - Stream Manager Transcoder</key>
<dict>
<key>description</key>
<string>A subscribe example that demonstrates ABR with the Stream Manager.</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - Stream Manager Transcoder</string>
<key>class</key>
<string>SubscribeStreamManagerTranscoderTest</string>
</dict>
<key>subscribe - Switch Streams</key>
<dict>
<key>description</key>
<string>Allows switching streams dynamically</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - Switch Streams</string>
<key>class</key>
<string>SubscribeStreamSwitchTest</string>
</dict>
<key>subscribe - Two Streams</key>
<dict>
<key>description</key>
<string>Allows subscribing to both streams at once</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - Two Streams</string>
<key>class</key>
<string>SubscribeTwoStreams</string>
</dict>
<key>subscribe - Renderer Swap</key>
<dict>
<key>description</key>
<string>Allows swap of renderer for stream playback</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>[hw] subscribe - Renderer Swap</string>
<key>class</key>
<string>SubscribeRendererSwapTest</string>
</dict>
<key>subscribe - Renderer RGB</key>
<dict>
<key>description</key>
<string>Forces RGB Scalar (SW) decoder for stream playback</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>[hw] subscribe - Renderer RGB</string>
<key>class</key>
<string>SubscribeForceRGBScalarTest</string>
</dict>
<key>subscribe - Telephony Interrupt</key>
<dict>
<key>description</key>
<string>A subscriber example that responds to publisher telephony interrupt.</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Subscribe - Telephony Interrupt</string>
<key>class</key>
<string>SubscribeTelephonyInterruptTest</string>
</dict>
<key>Conference</key>
<dict>
<key>description</key>
<string>Many to many</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Conference</string>
<key>class</key>
<string>ConferenceTest</string>
</dict>
<key>Conference - Stream Manager</key>
<dict>
<key>description</key>
<string>Many to many over Stream Manager</string>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Conference - Stream Manager</string>
<key>class</key>
<string>ConferenceStreamManagerTest</string>
</dict>
<key>bandwidth detection</key>
<dict>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Bandwidth Detection</string>
<key>class</key>
<string>BandwidthDetectionTest</string>
<key>description</key>
<string>An example of utilizing bandwidth detection</string>
</dict>
<key>bandwidth detection - download</key>
<dict>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Bandwidth Detection (Download)</string>
<key>class</key>
<string>BandwidthDetectionDownloadOnlyTest</string>
<key>description</key>
<string>An example of utilizing bandwidth detection for download speeds only</string>
</dict>
<key>bandwidth detection - upload</key>
<dict>
<key>LocalProperties</key>
<dict/>
<key>name</key>
<string>Bandwidth Detection (Upload)</string>
<key>class</key>
<string>BandwidthDetectionUploadOnlyTest</string>
<key>description</key>
<string>An example of utilizing bandwidth detection for upload speeds only</string>
</dict>
</dict>
</dict>
</plist>