AgoraIO-Community / Agora-Unity-RTM-SDK

A Unity3D sample app to show Login /Logout, Log in to/out of channel, Get Channel Member Count, Send/Receive Channel Message, Send Peer Message, Query Member, and token Authentication
24 stars 15 forks source link

.Joint() channel crash if Agora RTC is in the Unity projet #22

Closed N7Nico closed 3 years ago

N7Nico commented 3 years ago

Hello ! ^^ Since your last update, there is no more conflict between RTC and RTM at import time. But now, if in a project, you import both SDK and start the demo RTM Scene on iOS: the app crash on the .Joint() call.

If I delete the Agora RTC SDK and compile it again on iOS, it starts working again.

Is there any solution ? Am I missing something ?

Best regards, Nicolas

zhangtao1104 commented 3 years ago

Hello, you can try to solve this problem according to this issue:

https://github.com/AgoraIO-Community/Agora-Unity-RTM-SDK/issues/19

N7Nico commented 3 years ago

Hello, Oh I missed it when browsing old issues. I will test it as soon as I can and keep you informed.

I will close the issue. Thank you for your guidance ! :)