Video Calling API for Go with Video SDK
Easily build beautiful video conferencing into your Go 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 go
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$ go install
4. Run the Server
1$ go run main.go