Video Calling API for PHP with Video SDK
Easily build beautiful video conferencing into your PHP app.
Fully Customizable UI
Native Mobile SDK’s
5000 Participant Support
RTMP Live Stream
Cloud Recording
HD Screen Sharing
Breakout Rooms
Real-time Messaging
Installation
1. Clone the Repository
1$ git clone https://github.com/videosdk-live/videosdk-rtc-api-server-examples.git
2$ cd php
2. Update the API Key and Secret values
1VIDEOSDK_API_KEY=''
2VIDEOSDK_SECRET_KEY=''
3VIDEOSDK_API_ENDPOINT="https://api.videosdk.live"
3. Install Dependencies
1$ composer install
4. Run the Server
1$ php -S localhost:3000