---
title: WAAccessCategory.interactiveVideo
framework: wifiaware
role: symbol
role_heading: Case
path: wifiaware/waaccesscategory/interactivevideo
---

# WAAccessCategory.interactiveVideo

A quality-of-service (QoS) type that provides low-latency for moderate throughput flows.

## Declaration

```swift
case interactiveVideo
```

## Discussion

Discussion Only use this type if normal Wi-Fi packet transmission delays are directly visible to the person using your app. Use this type for moderate data rate, live, and unbuffered realtime flows that directly interact with the person using your app. This Wi-Fi access category is used for packets transmitted by a NetworkConnection that was set with NWParameter’s serviceClass = .interactiveVideo. important: This QoS type doesn’t support high throughput. For more information, refer to NWParameters.ServiceClass.interactiveVideo

## See Also

### Providing throughput

- [WAAccessCategory.bestEffort](wifiaware/waaccesscategory/besteffort.md)
- [WAAccessCategory.background](wifiaware/waaccesscategory/background.md)
- [WAAccessCategory.interactiveVoice](wifiaware/waaccesscategory/interactivevoice.md)
