Placeholder-Software / Dissonance

Unity Voice Chat Asset
69 stars 5 forks source link

Join to global room without trigger or pressing key. #224

Closed HarshitBhatt008 closed 3 years ago

HarshitBhatt008 commented 3 years ago

I would like to join directly global room without trigger collider or pressing any key is it possible ?

martindevans commented 3 years ago

You can set up a VoiceBroadcastTrigger with Activation Mode: Voice Activated. This will transmit voice to that room automatically when you speak.

Relevant docs: https://placeholder-software.co.uk/dissonance/docs/Reference/Components/Voice-Broadcast-Trigger.html#activationmode-voice-activation

HarshitBhatt008 commented 3 years ago

Thanks for quick support. We appreciate your help.