Developer Documentation
ODIN Version 1.2.0 is Available
Back to Blog

ODIN Version 1.2.0 is Available

Written by Sven Paulsen
16 Oct 2022

We’ve just published version 1.2.0 of the ODIN SDK. With this release, we’re focussing on stability and performance improvements. Once again, thank you for all of the amazing feedback! Due to the close collaboration with you - the developers - we’re able to constantly improve our services and make ODIN even better.

The new builds are available on GitHub.

Download Version 1.2.0

In terms of stability, we’ve refactored our internal reconnect mechanism, which will now re-establish connections in a faster, more effective way. In addition, we’ve fixed a rare but nasty bug where an ODIN room handle could become unresponsive in case of a connection timeout.

Also, we’ve added the user identifier of the local peer to the Joined event. Since tokens should be generated on a server, previous releases forced you to look in the JWT claims to get that information, so this change should make the whole authentication process more convenient and straight forward.

Updates to both our Unity and Unreal Engine plugins will be released later this week.

4Players ODIN

Here’s the full changelog for this update:

General

API Changes

  • Added OdinRoomConnectionState_Disconnecting
  • Added own_user_id and own_user_id_len to OdinEvent_JoinedData

Bugfixes / Improvements

  • Improved internal shutdown process to prevent media handles from being removed too soon
  • Fixed an issue where a room handle could become unresponsive after a timeout