Просмотр исходного кода

Add accessor for sessionId

The SFrame key management system needs to access the sessionId for use in the key derivation algorithim.
Aron Rosenberg 1 месяц назад
Родитель
Сommit
178e41e2fe
1 измененных файлов с 2 добавлено и 0 удалено
  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);