We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9967e0a commit e54c19bCopy full SHA for e54c19b
1 file changed
examples/room_manager/routes.py
@@ -35,13 +35,6 @@ def get_room_query():
35
36
return jsonify(response)
37
38
- @app.get("/api/rooms/<room_name>/start-recording")
39
- def start_recording():
40
- response = jsonify({"error": "Not yet implemented"})
41
- response.status_code = 501
42
-
43
- return response
44
45
@app.post("/api/rooms/webhook")
46
def webhook():
47
notification = receive_binary(request.data)
0 commit comments