mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
[fix] fix illegal access to IceTransport's member function in lambda
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include "video_encoder_factory.h"
|
||||
#include "ws_client.h"
|
||||
|
||||
class IceTransport {
|
||||
class IceTransport : public std::enable_shared_from_this<IceTransport> {
|
||||
public:
|
||||
typedef enum { VIDEO = 96, AUDIO = 97, DATA = 127 } DATA_TYPE;
|
||||
typedef enum { H264 = 96, AV1 = 99 } VIDEO_TYPE;
|
||||
|
||||
Reference in New Issue
Block a user