()
| 756 | result.push(format!( |
| 757 | "m=audio {} {} {}", |
| 758 | relay_port, |
| 759 | proto, |
| 760 | formats.join(" ") |
| 761 | )); |
| 762 | found_audio = true; |
| 763 | } else { |
| 764 | result.push(line.to_string()); |
| 765 | } |
| 766 | } else { |
nothing calls this directly
no outgoing calls
no test coverage detected