Skip to content

Instantly share code, notes, and snippets.

@elsassph
elsassph / index.php
Last active February 21, 2023 12:18
Create a VoiceChatAPI room from Slack
<?php
// first create a new voice chat room:
$options = array(
'http' => array(
'header' => "Content-type: application/x-www-form-urlencoded\r\n",
'method' => 'POST',
'content' => http_build_query(array()),
)