Skip to content

Commit

Permalink
update to version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpaulsen committed Apr 7, 2022
1 parent 63a803b commit 7610999
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 22 deletions.
4 changes: 2 additions & 2 deletions bin/android-aarch64/libodin.so
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/android-x86_64/libodin.so
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/ios-aarch64/libodin.dylib
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/ios-x86_64/libodin.dylib
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/linux-aarch64/libodin.so
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/linux-x86_64/libodin.so
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/macos-aarch64/libodin.dylib
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/macos-x86_64/libodin.dylib
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/windows-x86_64/odin.dll
Git LFS file not shown
6 changes: 2 additions & 4 deletions include/odin.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <stdint.h>
#include <stdlib.h>

#define ODIN_VERSION "0.6.1"
#define ODIN_VERSION "0.6.2"

/**
* Supported channel layouts in audio functions.
Expand Down Expand Up @@ -495,9 +495,7 @@ OdinRoomHandle odin_room_create(void);
OdinReturnCode odin_room_destroy(OdinRoomHandle room);

/**
* Sets the event callback on the the specified `OdinRoomHandle`. Note that when a callback has
* already been set previously, this will call the new callback with new medias and all previously
* received medias will be dropped and stop receiving any data. Generally this should be called
* Sets the event callback on the the specified `OdinRoomHandle`. Generally this should be called
* _once_ before joining a room.
*/
OdinReturnCode odin_room_set_event_callback(OdinRoomHandle room,
Expand Down

0 comments on commit 7610999

Please sign in to comment.