webrtc user authentication

ksko

New Member
I want to create a service only for subscribers.
Only authorized users(broadcaster/subscriber) should be allowed to access the WCS, and the others should be blocked.

In web socket api, "authToken" field is not appropriate.
I've seen something similar called a rest-hook, but I don't know how to use it.
What should I do if I want only logged-in users publish/play webrtc?
 
Top