AgoraIO-Community / Agora-Unreal-SDK

17 stars 8 forks source link

Agora plugin bluprint nodes #4

Open kemal3ds opened 3 years ago

kemal3ds commented 3 years ago

Hello, i succesfully open API example project but there is no Agora nodes in my bluprint editor. Also example project cannot connect my agora app. There is no channel name input. i get this error: LogTemp: Warning: UVideoViewUserWidget OnJoinButtonClick ====== LogTemp: Warning: registerVideoFrameObserver : 0 LogTemp: Warning: JoinChannel ret: 0 LogTemp: Warning: onError err: 110, msg: (null) LogTemp: Warning: onError err: 110, msg: (null) LogTemp: Warning: onError err: 110, msg: (null) LogTemp: Warning: onWarning warn: 104

zhangtao1104 commented 3 years ago

According to the log: onError err: 110

It is because of you don not join channel with the right token. You can refer to this doc: https://docs.agora.io/en/Video/token?platform=All%20Platforms

You can create an appId without Certificate and then you can use this appId to run the project.

kemal3ds commented 3 years ago

Thanks i will try. Are you gonna have a plan to make a bluprint mode for input appid and channel selection like features available in ue editor. Right now it is not so easy workflow to work with.

zhangtao1104 commented 3 years ago

Ok, we will estimate this feature.