mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
Fix stun error on answer side
This commit is contained in:
@@ -9,7 +9,7 @@ int main(int argc, char** argv) {
|
||||
PeerPtr* peer = CreatePeer(¶ms);
|
||||
JoinConnection(peer, "000000");
|
||||
|
||||
std::string msg = "Hello world";
|
||||
std::string msg = "Offer peer";
|
||||
|
||||
int i = 100;
|
||||
while (i--) {
|
||||
|
||||
Reference in New Issue
Block a user