This commit is contained in:
Théo Monnom
2022-05-23 19:36:13 +02:00
parent 8d20e35f02
commit 112bc2de9c
9 changed files with 206 additions and 30 deletions
+1 -11
View File
@@ -9,19 +9,9 @@
#include "signal_client.h"
namespace livekit{
/*class Room {
Room();
~Room();
void Connect(const std::string &url, const std::string &token);
private:
SignalClient m_Client;
};*/
}
} // livekit
#endif //LIVEKIT_NATIVE_ROOM_H