Create HIPAA compliant room
POST https://api.whereby.dev/v1/meetings
Request Body
{"isLocked"=>true, "roomNamePrefix"=>"", "roomNamePattern"=>"uuid", "roomMode"=>"normal", "endDate"=>"{{two-weeks-from-now}}", "fields"=>["hostRoomUrl"], "roomPreferences"=>{"streaming"=>false, "recording"=>false}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |