OpenXbox / xcloud-rs

XCloud experiments in RUST
20 stars 3 forks source link

Fix: ICE exchange response deserialization #9

Closed tuxuser closed 1 year ago

tuxuser commented 1 year ago

This implements a kinda ugly workaround to deserialize the GssvApi IceExchangeResponse into a format that webrtc-crate can deal with. (see docstrings @ 8a257ce)

Maybe its better to create own ICE candidate serde model in the future and write converters to/from the webrtc format?

Good enough for now anyways:tm: