We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691aeec commit 0d144ebCopy full SHA for 0d144eb
.changeset/stupid-hats-poke.md
@@ -0,0 +1,5 @@
1
+---
2
+"server-sdk-kotlin": patch
3
4
+
5
+Add missing headers for SipService call
src/main/kotlin/io/livekit/server/SipService.kt
@@ -84,6 +84,7 @@ interface SipService {
84
@Header("Authorization") authorization: String
85
): Call<LivekitSip.SIPDispatchRuleInfo>
86
87
+ @Headers("Content-Type: application/protobuf")
88
@POST("/twirp/livekit.SIP/UpdateSIPDispatchRule")
89
fun updateSipDispatchRule(
90
@Body request: LivekitSip.UpdateSIPDispatchRuleRequest,
0 commit comments