1

I m using Linphone Sdk version 5.0.1. can anyone describe that why audio confernce is not working. I m using core.addAllToConference() method for create a conference.but conference is only created with only Admin.both two other user only got 'CreationPending' conference state.

1 Answers1

1

Make sure you have built a SDK with -DENABLE_ADVANCED_IM=YES because it is required for conference event package.

Viish
  • 434
  • 4
  • 12