Call Blueprint¶
Overview¶
The call blueprint handles all the call related features.
Join a session, create a room and call room. It is registered under the /call URL prefix.
Routes¶
URL |
Method |
Description |
|---|---|---|
|
GET, POST |
Renders using the join form. Allows a user to join using the room code. |
|
GET |
Renders using the CreateRoom form. Allows a user to create a new room, which redirects users to the waiting room. |
|
POST |
Redirects users to the call room. |
Forms¶
JoinForm— user_name, room_code, submitCreateRoomForm— submit
Templates¶
call/call.htmlcall/join.html