When deploying a server on the Web platform, must you use the HTTPS protocol?
2023-03-07
Products / Plugins:Video Call / Audio Call / Live streaming
Platform / Framework:Web
Yes. Based on browser security policies' requirements for privacy, the Web platform strongly requires "https" when calling cameras. This security policy is a browser requirement.
ZEGOCLOUD SDK relies on the webRTC API provided by browsers, so it only supports SSL web servers (https), localhost, and 127.0.0.1 (equivalent to https).

