Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / common / media / peer_connection_tracker_messages.h
index 6a1ea03..dd2051c 100644 (file)
@@ -12,7 +12,7 @@
 
 IPC_STRUCT_BEGIN(PeerConnectionInfo)
   IPC_STRUCT_MEMBER(int, lid)
-  IPC_STRUCT_MEMBER(std::string, servers)
+  IPC_STRUCT_MEMBER(std::string, rtc_configuration)
   IPC_STRUCT_MEMBER(std::string, constraints)
   IPC_STRUCT_MEMBER(std::string, url)
 IPC_STRUCT_END()
@@ -29,6 +29,14 @@ IPC_MESSAGE_CONTROL3(PeerConnectionTrackerHost_UpdatePeerConnection,
 IPC_MESSAGE_CONTROL2(PeerConnectionTrackerHost_AddStats,
                      int /* lid */,
                      base::ListValue /* value */)
+IPC_MESSAGE_CONTROL5(PeerConnectionTrackerHost_GetUserMedia,
+                     std::string /*origin*/,
+                     bool /*audio*/,
+                     bool /*video*/,
+                     // The constraints strings are for dispaly only and should
+                     // not be parsed by the browser for security reasons.
+                     std::string /* audio_constraints */,
+                     std::string /* video_constraints */)
 
 // Messages sent to PeerConnectionTracker.
 IPC_MESSAGE_CONTROL0(PeerConnectionTracker_GetAllStats)