Home
last modified time | relevance | path

Searched defs:TurnFileAuth (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/examples/turnserver/
Dturnserver_main.cc22 class TurnFileAuth : public cricket::TurnAuthInterface { class
24 explicit TurnFileAuth(const std::string& path) : file_(path) { in TurnFileAuth() function in TurnFileAuth