Create Conference Room
Creates a Conference Room
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice, Messaging, Fax, or Video.
Authentication
AuthorizationBasic
SignalWire Basic Authentication using Project ID and API Token.
The client sends HTTP requests with the Authorization header containing
the word Basic followed by a space and a base64-encoded string of project_id:token.
The project ID will be used as the username and the API token as the password.
Example:
```
Authorization: Basic base64(project_id:token)
```
Request
This endpoint expects an object.
name
The name of the Conference Room
enable_room_previews
Enables live video room previews for the conference.
display_name
Display name of the Conference Room
description
The descrption of the Conference Room
join_from
The time users are allowed to start joining the conference. Joining before this time will result in failure to join the conference.
join_until
The time users are allowed to until the conference is locked. Attempting to join the conference after the set time will result in failure to join the conference.
max_members
Maximum number of members allowed in the conference room
quality
The viudeo quality of the Conference Room.
Allowed values:
remove_at
The time to remove all participants from the conference.
remove_after_seconds_elapsed
The amount of time in seconds to remove a particpant from a conference after they join.
layout
The video layout of the conference.
record_on_start
Starts recording when the conference starts.
meta
Metadata of the conference.
sync_audio_video
Syncs the participants audio and video.
tone_on_entry_and_exit
Plays a tone when a participant joins or leaves the conference.
room_join_video_off
Turns the conference video off when the participant joins the room if true.
user_join_video_off
Turns the participants video off when the participant joins the room if true.
Response
The request has succeeded.
id
Unique ID of the Conference Room.
project_id
Unique ID of the Project.
display_name
Display name of the Conference Room Fabric Resource
type
Type of the Fabric Resource
Allowed values:
created_at
Date and time when the resource was created.
updated_at
Date and time when the resource was updated.
conference_room
Conference Room data.