Skip to content

Commit

Permalink
try fix for non trivial error
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinayak Bhustali committed Aug 11, 2023
1 parent 9c4f306 commit 94c7311
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/src/BaresipDemo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ static struct demo {


static struct rtc_configuration pc_config = {
.offerer = true
//.offerer = true
};


Expand Down Expand Up @@ -287,6 +287,7 @@ int demo_init(const char *server_cert, const char *www_path,

pc_config.stun_user = stun_user;
pc_config.credential = credential;
pc_config.offerer = true;

demo.mnat = mnat_find(baresip_mnatl(), "ice");
if (!demo.mnat) {
Expand Down

0 comments on commit 94c7311

Please sign in to comment.