[webrtc-extensions] Making use of 5G network slicing (#244)

youennf has just created a new issue for https://github.com/w3c/webrtc-extensions:

== Making use of 5G network slicing ==
5G network slicing is being deployed for various services and could be of use for WebRTC connections.
One question is whether 5G network slicing should be a decision made by the User Agent or whether it would be good for the web application to enable/disable it.

API wise, if one is needed, a simple approach would be a boolean in `RTCConfiguration`, something like:
```
partial dictionary RTCConfiguration {
    boolean disableNetworkSlicing = false;
}
```

Please view or discuss this issue at https://github.com/w3c/webrtc-extensions/issues/244 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 30 September 2025 16:29:45 UTC