mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-19 05:20:01 +03:00
VoIP: fix typo
This commit is contained in:
parent
68d0aa7071
commit
10a5b35217
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ import com.squareup.moshi.JsonClass
|
|||
* This introduces SDP negotiation semantics for media pause, hold/resume, ICE restarts and voice/video call up/downgrading.
|
||||
*/
|
||||
@JsonClass(generateAdapter = true)
|
||||
data class CallNegociateContent(
|
||||
data class CallNegotiateContent(
|
||||
/**
|
||||
* Required. The ID of the call this event relates to.
|
||||
*/
|
Loading…
Add table
Reference in a new issue