|
|
|
@ -134,11 +134,7 @@ public class MagnificentVoiceChat : MonoBehaviour |
|
|
|
// Type = LoginCredentialType.AccountPortal, // Use ExternalAuth on console platform
|
|
|
|
Id = "192.168.1.100:8888", |
|
|
|
Type = LoginCredentialType.Developer, |
|
|
|
#if UNITY_EDITOR
|
|
|
|
Token = "Editor", |
|
|
|
#else
|
|
|
|
Token = "Standalone", |
|
|
|
#endif
|
|
|
|
Token = SystemInfo.deviceName, |
|
|
|
}; |
|
|
|
} |
|
|
|
|
|
|
|
|