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']);
?>

Live Demo

Live SDK Demo

Real demo requires proper backend setup with wl-api/wlsdk_client.php

Apply for SDK View GitHub Examples