Does Express streaming support setting an encryption key that requires the corresponding key to pull the stream?
2022-11-15
Products / Plugins:Video Call / Audio Call / Live streaming
Platform / Framework:iOS / Android / macOS / Windows / Web
Express SDK 1.19.0 and later versions support this feature. The streaming end uses "setPublishStreamEncryptionKey" to set the streaming encryption key, and the pulling end needs to use "setPlayStreamDecryptionKey" to set the corresponding key to successfully pull the stream.
Note
This feature is only supported on ZEGOCLOUD low-latency servers for co-hosting, not on CDN.
