mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 12:45:35 +08:00
Modify interface
This commit is contained in:
11
src/rtc/x_inner.h
Normal file
11
src/rtc/x_inner.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _X_INNER_H_
|
||||
#define _X_INNER_H_
|
||||
|
||||
#include "peer_connection.h"
|
||||
|
||||
struct Peer {
|
||||
PeerConnection *peer_connection;
|
||||
PeerConnectionParams pc_params;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user