Searched defs:SessionDescription (Results 1 – 1 of 1) sorted by relevance
54 struct SessionDescription { struct55 uint8_t version; // v=56 std::string name; // s=57 std::string info; // i=58 std::string uri; // u=59 std::string email; // e=60 std::string phone; // p=61 std::string connection; // c=63 SessionTime time; // time descriptions64 SessionOrigin origin; // o=[all …]