[...]
$xml = urlencode("<?xml version='1.0' encoding='UTF-8'?> <modules> <module name='presentation'> <document url='https://example.com/testpreupload.pdf' /> </module></modules>");
$name = html_entity_decode( get_the_title( $rid ) );
[...]
$arr_params = array(
[...]
'welcome' => esc_attr( $welcome ),
'lockSettingsDisableCam' => $lockSettingsDisableCam,
'lockSettingsDisableMic' => $lockSettingsDisableMic,
'lockSettingsDisablePrivateChat' => $lockSettingsDisablePrivateChat,
'lockSettingsDisablePublicChat' => $lockSettingsDisablePublicChat,
'lockSettingsDisableNote' => $lockSettingsDisableNote,
'xml' => $xml,
);
Are you doing a POST on the create call? don’t think it works with GET
Regards,
Stephen
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/5294265f-3b22-4425-bc4f-a1b0ae36559c%40googlegroups.com.