Returns true if the call is a video call.
static bool isVideoCall(Call call) { return call.type == CallTypeConstants.videoCall; }