pc test
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
|
||||
#include <memory>
|
||||
#include "api/data_channel_interface.h"
|
||||
#include "rust_types.h"
|
||||
|
||||
namespace livekit {
|
||||
using NativeDataChannelInit = webrtc::DataChannelInit;
|
||||
|
||||
class DataChannel {
|
||||
public:
|
||||
@@ -18,9 +20,12 @@ namespace livekit {
|
||||
rtc::scoped_refptr<webrtc::DataChannelInterface> data_channel_;
|
||||
};
|
||||
|
||||
std::unique_ptr<NativeDataChannelInit> create_data_channel_init(DataChannelInit init);
|
||||
|
||||
static std::unique_ptr<DataChannel> _unique_data_channel(){
|
||||
return nullptr; // Ignore
|
||||
}
|
||||
|
||||
} // livekit
|
||||
|
||||
#endif //CLIENT_SDK_NATIVE_DATA_CHANNEL_H
|
||||
|
||||
Reference in New Issue
Block a user