Placeholder-Software / Dissonance

Unity Voice Chat Asset
70 stars 5 forks source link

Question: about webrtc network can using voice room #137

Closed fingerx closed 5 years ago

fingerx commented 5 years ago

new dissonance voice chat support webrtc network,i want to know can support in many pepole in voice room. thanks

martindevans commented 5 years ago

Dissonance itself should support an almost unlimited number of people in a session. The limit will either be whatever the limit is with the WebRTC Network asset, or a limit due to your network connection not having enough bandwidth.

If you want to stress test what the limits are we actually have a demo application for Dissonance which uses the WebRTC network.

fingerx commented 5 years ago

@martindevans thanks