WebRTC-Server-Setup icon indicating copy to clipboard operation
WebRTC-Server-Setup copied to clipboard

Build a WebRTC server, including AppRTC server, Collider server, and STUN/TURN/ICE server

Results 1 WebRTC-Server-Setup issues
Sort by recently updated
recently updated
newest added

Hello, Thank you for this instruction. But I m bit confused for below code: ICE_SERVER_BASE_URL = 'https://alexshopping.top' ICE_SERVER_URL_TEMPLATE = '%s/v1alpha/iceconfig?key=%s' ICE_SERVER_API_KEY = os.environ.get('ICE_SERVER_API_KEY') Which URL , API key can we...