Video Calling API for Rust with Video SDK
Easily build beautiful video conferencing into your Rust 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 ruby
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$ bundle install
4. Run the Server
1$ rails s