()
| 235 | ) |
| 236 | |
| 237 | func (t testRTCServicePath) String() string { |
| 238 | switch t { |
| 239 | case testRTCServicePathv0: |
| 240 | return "v0" |
| 241 | case testRTCServicePathv0SinglePeerConnection: |
| 242 | return "v0-single-peer-connection" |
| 243 | case testRTCServicePathv1: |
| 244 | return "v1" |
| 245 | default: |
| 246 | return fmt.Sprintf("unknown: %d", t) |
| 247 | } |
| 248 | } |
| 249 | |
| 250 | var testRTCServicePaths = []testRTCServicePath{ |
| 251 | testRTCServicePathv0, |
no outgoing calls