'Connect webRTC javascript to Django

My question is: How can I send my webRTC audio and video data to Django server and then apply some ML operations.
I can successfully create a P2P connection in webRTC using Django channels for communicating between two clients.
Any suggestions or solutions are highly respected



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source