call property

Rx<ChatCall?> call
latefinal

ChatCall associated with this OngoingCall.

Guaranteed to be null on OngoingCallState.local state and non-null otherwise.

Implementation

late final Rx<ChatCall?> call;