Skip to content

Commit

Permalink
v0.8.1 (#50)
Browse files Browse the repository at this point in the history
* downgrade protocol version for release

* v0.8.1
  • Loading branch information
davidliu authored Jan 30, 2022
1 parent c796249 commit 769a23d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kotlin.code.style=official
###############################################################

GROUP=io.livekit
VERSION_NAME=0.8.1-SNAPSHOT
VERSION_NAME=0.8.1

POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ constructor(
const val SD_TYPE_ANSWER = "answer"
const val SD_TYPE_OFFER = "offer"
const val SD_TYPE_PRANSWER = "pranswer"
const val PROTOCOL_VERSION = 6
const val PROTOCOL_VERSION = 5
const val SDK_TYPE = "android"

private fun iceServer(url: String) =
Expand Down

0 comments on commit 769a23d

Please sign in to comment.