Fix stun error on answer side

This commit is contained in:
dijunkun
2023-07-31 14:59:02 +08:00
parent 5792ded4ac
commit 7ad8375ddc
5 changed files with 13 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ int main(int argc, char** argv) {
PeerPtr* peer = CreatePeer(&params);
JoinConnection(peer, "000000");
std::string msg = "Hello world";
std::string msg = "Offer peer";
int i = 100;
while (i--) {