Added

data class Added(val call: VoiceCall) : VoiceCallState

Sent when a new call is received or placed.

Parameters

call

The VoiceCall object that was added.

Constructors

Link copied to clipboard
constructor(call: VoiceCall)

Properties

Link copied to clipboard