mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
VoIP: fix typo
This commit is contained in:
parent
68d0aa7071
commit
10a5b35217
@ -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…
Reference in New Issue
Block a user