您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
nathaniel.buck@unity3d.com 8d8babbd Fixing a bug where a player could disconnect from a lobby while Vivox was still connecting and end up outside the lobby but inside the voice channel. Now, if that case is detected, we ensure that the disconnect message to Vivox is sent after its connection process completes. 3 年前
..
VivoxSetup.cs Fixing a bug where a player could disconnect from a lobby while Vivox was still connecting and end up outside the lobby but inside the voice channel. Now, if that case is detected, we ensure that the disconnect message to Vivox is sent after its connection process completes. 3 年前
VivoxSetup.cs.meta Adding in Vivox package. There is now a basic voice channel while in a lobby, but not yet volume controls or other Vivox features. (There are some TODOs of details to follow up on as well.) 3 年前
VivoxUserHandler.cs Bugs: Setting LogHandler severity in-editor changes it at runtime. Handling some minor TODOs. Fixing an issue with getting some Vivor errors if disconnecting from a lobby before the Vivox connection completes. 3 年前
VivoxUserHandler.cs.meta Adding volume controls and muting, though the actual cross-muting isn't yet working since the Vivox IDs aren't being mapped correctly to our Auth IDs yet. 3 年前