Create Room
Create a new room
Webhook
When you create a room with webhook parameters, a webhook will be sent via a POST method for each participant’s entry and exit. The request body for this is as follows.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Request format to create a new room
Human-readable name of the room
Room can have three different type
open
- anyone who obtain this room url can join and replay the meet.public
- any member who haved joined in same worksapce can join and replay the meet.private
- only invited workspace user can join and replay the meet.
open
, public
, private
All meeting will be recorded
Determines the maximum meeting time in seconds. Once this time has elapsed, the meeting room will be automatically terminated. The 'meeting time' refers to the duration during which two or more participants are connected. If a max_meeting_seconds
is set, the timer UI will display the remaining meeting time, rather than the elapsed time.
Specify inviting user_id and type
Response
Information about room
Details of pagination used for current responses.