init_room

Function init_room 

Source
pub fn init_room(headers: HeaderMap, temp_room_id: &str) -> (StatusCode, String)
Expand description

Initializes the room by sending a request with the given room ID.

Note: This function should NOT be used for document creation.

ยงPanics

Panics if the request fails.