-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from GetStream/release/v0.5.0
Upgrade package to v0.5.0
- Loading branch information
Showing
3 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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 | ||
|