Ver código fonte

Add accessor for sessionId

The SFrame key management system needs to access the sessionId for use in the key derivation algorithim.
Aron Rosenberg 1 dia atrás
pai
commit
178e41e2fe
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      include/rtc/description.hpp

+ 2 - 0
include/rtc/description.hpp

@@ -293,6 +293,8 @@ public:
 	static Type stringToType(const string &typeString);
 	static string typeToString(Type type);
 
+	string sessionId() const;
+
 private:
 	optional<Candidate> defaultCandidate() const;
 	shared_ptr<Entry> createEntry(string mline, string mid, Direction dir);