Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/examples/unityplugin/
H A Dunity_plugin_apis.cc77 bool SendDataViaDataChannel(int peer_connection_id, const char* data) { in SendDataViaDataChannel() function
H A Dsimple_peer_connection.cc517 bool SimplePeerConnection::SendDataViaDataChannel(const std::string& data) { in SendDataViaDataChannel() function in SimplePeerConnection