1234567891011 |
- #
- from inc_cfg import *
- # Different number of ICE components
- test_param = TestParam(
- "Callee=use ICE, caller=use ICE",
- [
- InstanceParam("callee", "--null-audio --use-ice --max-calls=1 --ice-no-rtcp"),
- InstanceParam("caller", "--null-audio --use-ice --max-calls=1")
- ]
- )
|