examples/webrtc/signalling: Fix compatibility with Python 3.10
authorSam Van Den Berge <sam.van.den.berge@gmail.com>
Mon, 17 Oct 2022 08:39:18 +0000 (10:39 +0200)
committerSam Van Den Berge <sam.van.den.berge@gmail.com>
Mon, 17 Oct 2022 09:46:51 +0000 (11:46 +0200)
commit07d8e53aac69921817e9ab4565ad0238bc5d4ec2
tree928b3bd517126a96d143fcb16c17ebf5d6def491
parent34ca46c786efffd9ba72a5ffa08b26fc04dde943
examples/webrtc/signalling: Fix compatibility with Python 3.10

Fix asyncio throwing a deprecation warning when using
asyncio.get_event_loop().

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3196>
subprojects/gst-examples/webrtc/signalling/room-client.py
subprojects/gst-examples/webrtc/signalling/session-client.py