webrtc
webrtc copied to clipboard
[TURN] Provide async AuthHandler
The auth_handle fn in AuthHandler is synchronous, make it difficult to invoke some async operations, like querying DB.
It will be better with an async AuthHandler.
Since it's already called from an async context that would be fine. Feel free to send a PR