Skip to content

Commit e54c19b

Browse files
committed
remove start recording as well
1 parent 9967e0a commit e54c19b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/room_manager/routes.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ def get_room_query():
3535

3636
return jsonify(response)
3737

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-
4538
@app.post("/api/rooms/webhook")
4639
def webhook():
4740
notification = receive_binary(request.data)

0 commit comments

Comments
 (0)