Replies: 1 comment 6 replies
-
Ahoy! Let's try and figure this out. Firstly, what version of Unity are you using, and what release version of the EOS Plugin for Unity are you using? It sounds like the error you're getting comes immediately after calling "SendData" in the above code, correct? That suggests you do indeed have a current lobby, and that it was correctly made. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
11/12/2024 01:54:23 LogEOSRTC(Error): LibRTCCore: LibRtc::FDataChannelManager::PushData. Unknown conference or no outgoing data channel
my code is
public class EPICChatManager : MonoBehaviour
{
public static EPICChatManager Instance;
RTCDataInterface rtcDataHandle;
public Action<LobbyMemberData, string> OnDataReceive;
private ulong rtcNotificationID;
Beta Was this translation helpful? Give feedback.
All reactions