conversationStartedAt property

PreciseDateTime? get conversationStartedAt

PreciseDateTime when the actual conversation in this ChatCall was started (after ringing had been finished).

Implementation

PreciseDateTime? get conversationStartedAt =>
    call.value?.conversationStartedAt;