Reputation: 1079
I have setup the agora SDK for one of my iOS project and got a developer app ID from agora, follow the each step that had on tutorials but nothing seems to work... just run the app and showing only the UIView (canvas) for both local and remote video, not error - no warning found relative to this.. I download and edit the sample app from the agora.
Upvotes: 2
Views: 2441
Reputation: 1079
Guys I found the answer with little shy, it was a error with APPID, I have copied APPID from the developer account one less character.
Conclusion: Wrong appID will not give any error just run the APP, but when I put the correct APPID that I have created it appears the local video, then I tried with another phone with same channelID then the remote video also appears fine... so even to activate the local video only, have to put a correct APPID CREATED ON AGORA DEVELOPER ACCOUNT.
EDIT: App id is used at two places in Agora, First is in Agora signal API and second is i RTCEngine so make sure same APP id is placed on both locations
Best Regards.
Upvotes: 2