18 lines
223 B
C++
18 lines
223 B
C++
//
|
|
// Created by Théo Monnom on 07/05/2022.
|
|
//
|
|
|
|
#ifndef LIVEKIT_NATIVE_ROOM_H
|
|
#define LIVEKIT_NATIVE_ROOM_H
|
|
|
|
#include <string>
|
|
#include "signal_client.h"
|
|
|
|
namespace livekit{
|
|
|
|
|
|
} // livekit
|
|
|
|
|
|
#endif //LIVEKIT_NATIVE_ROOM_H
|