Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dconnection_controller.cpp192 std::string offer_str; in OnCreateSDPSuccess() local
193 desc->ToString(&offer_str); in OnCreateSDPSuccess()
202 reply["sdp"] = offer_str; in OnCreateSDPSuccess()