stephenlb / webrtc-sdk

WebRTC Simple Calling API + Mobile SDK - A simplified approach to RTCPeerConnection for mobile and web video calling apps.
https://stephenlb.github.io/webrtc-sdk/
MIT License
853 stars 278 forks source link

How to enable Pubnub Access Manager with video call sdk? #65

Open crookedbard opened 5 years ago

crookedbard commented 5 years ago

There is an option in Pubnub admin panel to enable Access Manager: image

How to use this feature with this SDK?

stephenlb commented 4 years ago

this hasn't been directly implemented and requires a PubNub Function as the secure code execution environment to generate and grant access tokens, in addition to updates to the SDK.