If i had the following url in routing.py:
/rooms/<int:id>/
How would I access the id parameter from withing a JSONWebsocketConsumer?
this.scope['url_path']['kwargs']['id']