-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Hello, we have a problem with Univoice initialization in following scenario:
- Players are starting in offline scene - no voice chat initialization here
- Host creates session and goes into Lobby (Online scene) - still no voice chat initialization here
- Clients are connecting to newly created session and spawn in the lobby (Online) - no voice chat here
- Host starts gameplay and goes into gameplay scene (Online) - here we are initializing voice chat
- Clients are spawning in gameplay scene and start communicating here
The problem is that Univoice only detects and create peers when clients are connecting for the first time (it should be already initialized at this point), but if we have some clients already connected and we try to initialize voice chat it won't detect already exisiting clients and will not create audiosources etc.
Maybe there is a way to force Univoice to get all existing connections and recreate all peers and audiosources? I haven't found any way to process this use case.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels