mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 12:45:35 +08:00
Use user id instead of ice username
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#ifndef _X_INNER_H_
|
||||
#define _X_INNER_H_
|
||||
|
||||
#include "peer_connection.h"
|
||||
|
||||
struct Peer {
|
||||
PeerConnection *peer_connection;
|
||||
PeerConnectionParams pc_params;
|
||||
};
|
||||
|
||||
#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