Searched refs:desktops (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc1588 rtc::DesktopDescriptionList desktops; local
1589 if (!picker->GetDesktopList(&desktops) || desktops.empty()) {
1590 LOG(LS_WARNING) << "Could not get a list of desktops.";
1594 *screencastid = cricket::ScreencastId(desktops[0].id());

Completed in 102 milliseconds