Searched defs:RTPSession (Results 1 – 2 of 2) sorted by relevance
28 struct RTPSession : std::enable_shared_from_this<RTPSession> { struct64 std::string mLocalPassword;65 std::shared_ptr<X509> mLocalCertificate;66 std::shared_ptr<EVP_PKEY> mLocalKey;68 std::optional<std::string> mRemoteUFrag;69 std::optional<std::string> mRemotePassword;70 std::optional<std::string> mRemoteFingerprint;71 std::optional<sockaddr_storage> mRemoteAddr;73 RunLoop::Token mPingToken;75 bool mIsActive;
23 RTPSession::RTPSession( in RTPSession() function in RTPSession