Sandbox SDK Demo
This demo embeds the widget in a sandbox environment. It is read-only and safe for public demo.
Copy this snippet
<?php
include_once __DIR__ . '/wl-api/wlsdk_client.php';
WLSDK::setup([
'backendUrl' => 'wl-api/backend.php',
'wl_id' => '33',
'password' => 'user_password'
]);
echo WLSDK::iframe(['hostLabel' => 'connect', 'streamer' => '33']);
?>