VoIP: fix typo

This commit is contained in:
ganfra 2020-11-16 16:04:38 +01:00
parent 68d0aa7071
commit 10a5b35217
1 changed files with 1 additions and 1 deletions

View File

@ -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. * This introduces SDP negotiation semantics for media pause, hold/resume, ICE restarts and voice/video call up/downgrading.
*/ */
@JsonClass(generateAdapter = true) @JsonClass(generateAdapter = true)
data class CallNegociateContent( data class CallNegotiateContent(
/** /**
* Required. The ID of the call this event relates to. * Required. The ID of the call this event relates to.
*/ */