OnCallMessageClick typedef

OnCallMessageClick = void Function(String userID, bool isVideoCall)

Callback when call message is clicked in C2C conversation userID is the user ID of the other party isVideoCall is true for video call, false for voice call

Implementation

typedef OnCallMessageClick = void Function(String userID, bool isVideoCall);