Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsessionmessages.h79 struct SessionMessage { struct
80 SessionMessage() : action_elem(NULL), stanza(NULL) {} in SessionMessage() argument
82 SessionMessage(SignalingProtocol protocol, ActionType type, in SessionMessage() function
87 std::string id;
88 std::string from;
89 std::string to;
90 SignalingProtocol protocol;
91 ActionType type;
92 std::string sid; // session id
93 std::string initiator;
[all …]