Home
last modified time | relevance | path

Searched refs:auto_call (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.h80 MainWnd(const char* server, int port, bool auto_connect, bool auto_call);
Dmain_wnd.cc69 bool auto_call) in MainWnd() argument
73 server_(server), auto_connect_(auto_connect), auto_call_(auto_call) { in MainWnd()