Agora-C_Sharp-SDK icon indicating copy to clipboard operation
Agora-C_Sharp-SDK copied to clipboard

Issue while clicking on join channel

Open MayureshPra opened this issue 2 years ago • 1 comments

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);

MayureshPra avatar Nov 08 '22 09:11 MayureshPra

Would you please give us more informations? Such as the version of sdk、the target platform and so no。

peilinok avatar Nov 14 '22 03:11 peilinok