mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
[fix] fix ice status error during closing ice connection
This commit is contained in:
@@ -51,15 +51,17 @@ typedef struct Peer PeerPtr;
|
||||
typedef void (*OnReceiveBuffer)(const char*, size_t, const char*, const size_t,
|
||||
void*);
|
||||
|
||||
typedef void (*OnReceiveVideoFrame)(const XVideoFrame* video_frame, const char*,
|
||||
typedef void (*OnReceiveVideoFrame)(const XVideoFrame*, const char*,
|
||||
const size_t, void*);
|
||||
|
||||
typedef void (*OnSignalStatus)(SignalStatus, void*);
|
||||
|
||||
typedef void (*OnConnectionStatus)(ConnectionStatus, void*);
|
||||
typedef void (*OnConnectionStatus)(ConnectionStatus, const char*, const size_t,
|
||||
void*);
|
||||
|
||||
typedef void (*NetStatusReport)(int, TraversalMode, const unsigned short,
|
||||
const unsigned short, void*);
|
||||
typedef void (*NetStatusReport)(const char*, const size_t, TraversalMode,
|
||||
const unsigned short, const unsigned short,
|
||||
void*);
|
||||
|
||||
typedef struct {
|
||||
bool use_cfg_file;
|
||||
|
||||
Reference in New Issue
Block a user