Agora-C_Sharp-SDK
Agora-C_Sharp-SDK copied to clipboard
Issue while clicking on join channel
When I am selecting the join channel option it is giving error that unable to find entry point for CreateIrisRtcEngine method and AgoraRtcWrapper is not loading
private AgoraRtcEngine(EngineType type = EngineType.kEngineTypeNormal) { _result = new CharAssistant(); _channelInstance = new Dictionary<string, AgoraRtcChannel>(); _irisRtcEngine = type == EngineType.kEngineTypeNormal ? AgoraRtcNative.CreateIrisRtcEngine() : AgoraRtcNative.CreateIrisRtcEngine(EngineType.kEngineTypeSubProcess);
Would you please give us more informations? Such as the version of sdk、the target platform and so no。