LocalCallMissedEvent

data class LocalCallMissedEvent(val callCid: String) : LocalEvent

Delayed counterpart of io.getstream.android.video.generated.models.CallRejectedEvent.

Emitted when a call rejection is inferred or detected late, allowing the SDK to handle it as if a io.getstream.android.video.generated.models.CallRejectedEvent had been received in real time (or to apply adjusted logic if needed).

Constructors

Link copied to clipboard
constructor(callCid: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun getCallCID(): String
Link copied to clipboard
open override fun getEventType(): String