Skip to content

Commit

Permalink
Merge pull request #35 from GetStream/release/v0.5.0
Browse files Browse the repository at this point in the history
Upgrade package to v0.5.0
  • Loading branch information
sierpinskid authored Dec 6, 2023
2 parents e534a3d + c28479b commit c5682ac
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
v0.5.0:

Fixes:
* Fix null ref exception when previous dominant speaker is null

Improvements:
* Add support for changing the camera device during the call
* Add support for changing the microphone device during the call
* Update DTOs to the latest OpenAPI spec

Sample Project
* Fixes:
* Improvements:
* Implement showing dominant speaker
* Update getting the demo credentials to the latest requirements

v0.0.1:

Initial release
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ internal sealed class StreamVideoLowLevelClient : IStreamVideoLowLevelClient
/// <summary>
/// SDK Version number
/// </summary>
public static readonly Version SDKVersion = new Version(0, 1, 0);
public static readonly Version SDKVersion = new Version(0, 5, 0);

/// <summary>
/// Local user DTO - only available when the coordinator is connected
Expand Down
9 changes: 4 additions & 5 deletions Packages/StreamVideo/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "com.stream.video",
"version": "0.0.1",
"version": "0.5.0",
"displayName": "Stream Video & Audio Chat SDK",
"description": "This SDK allows you to very easily add audio and/or video communication to your project. Supported platorms: Android, IOS, Windows, MacOS.",
"description": "This SDK lets you easily add audio and video communication to your project. You can build anything from spatial Audio chats to fully blown Video Calling apps. Supported platforms: Android, IOS, Windows, MacOS.",
"unity": "2020.3",
"documentationUrl": "https://getstream.io/video/docs/unity/",
"licensesUrl": "https://github.com/GetStream/stream-video-unity/blob/main/LICENSE",
Expand All @@ -18,14 +18,13 @@
],
"samples": [
{
"displayName": "Video & Audio chat sample",
"displayName": "Video & Audio chat example project",
"description": "Sample project showing a video & audio chat",
"path": "Samples~/VideoChat"
}
],
"author": {
"name": "Unity",
"email": "[email protected]",
"name": "Stream",
"url": "https://getstream.io/"
},
"hideInEditor": false
Expand Down

0 comments on commit c5682ac

Please sign in to comment.