adrenak / univoice

Voice chat/VoIP solution for unity.
http://www.vatsalambastha.com/univoice
MIT License
363 stars 36 forks source link

Can't access peer output on peer join #18

Closed adrenak closed 2 years ago

adrenak commented 2 years ago
agent.Network.OnPeerJoinedChatroom += id => {
    Debug.Log("Joined " + id + agent.PeerOutputs.Count);

    var a = agent.PeerOutputs[id];  // is null, no key found
};