Web Socket or WebRTC how to insert Secure Token

kelvin

Member
hi , how I can get live streaming video on Web Socket and WebRTC with secure protect?

example : video with Secure Token

thanks.
 

Max

Administrator
Staff member
what is Room App?
You don't need room API if you just play or publish streams.
The RoomApp is used for conferencing only.
for the token , is that need to write a code?
You have to generate this token on your secure server and you have to match this token on your web server (REST).
Yes, you need to write some code for token based authentication.
 
Top