davidliu

bump back to protocol 6 for next release

@@ -560,7 +560,7 @@ constructor( @@ -560,7 +560,7 @@ constructor(
560 const val SD_TYPE_ANSWER = "answer" 560 const val SD_TYPE_ANSWER = "answer"
561 const val SD_TYPE_OFFER = "offer" 561 const val SD_TYPE_OFFER = "offer"
562 const val SD_TYPE_PRANSWER = "pranswer" 562 const val SD_TYPE_PRANSWER = "pranswer"
563 - const val PROTOCOL_VERSION = 5 563 + const val PROTOCOL_VERSION = 6
564 const val SDK_TYPE = "android" 564 const val SDK_TYPE = "android"
565 565
566 private fun iceServer(url: String) = 566 private fun iceServer(url: String) =
@@ -9,7 +9,7 @@ internal fun getClientInfo() = with(LivekitModels.ClientInfo.newBuilder()) { @@ -9,7 +9,7 @@ internal fun getClientInfo() = with(LivekitModels.ClientInfo.newBuilder()) {
9 sdk = LivekitModels.ClientInfo.SDK.ANDROID 9 sdk = LivekitModels.ClientInfo.SDK.ANDROID
10 protocol = SignalClient.PROTOCOL_VERSION 10 protocol = SignalClient.PROTOCOL_VERSION
11 version = BuildConfig.VERSION_NAME 11 version = BuildConfig.VERSION_NAME
12 - os = "android" 12 + os = SignalClient.SDK_TYPE
13 osVersion = Build.VERSION.RELEASE ?: "" 13 osVersion = Build.VERSION.RELEASE ?: ""
14 14
15 val vendor = Build.MANUFACTURER ?: "" 15 val vendor = Build.MANUFACTURER ?: ""