open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
391 stars 180 forks source link

iOS framework(5.0) Join failed #545

Closed jwzhuang closed 3 years ago

jwzhuang commented 3 years ago

I builded the latest(5.0) iOS framework, then replaced old framework with 4.3.1 sample I got error in _conferenceClient joinWithToken:token

error message: ICS Conference[3316:388929] Join failed. Error Domain=com.intel.webrtc Code=3000 "Received error message from server." UserInfo={NSLocalizedDescription=Received error message from server.}

Can someone give me any suggestion on this matter?

jwzhuang commented 3 years ago

I build version 4.3.1 work fine.