static bool isCallType(int type) { return type == ZegoCallInvitationType.voiceCall.value || type == ZegoCallInvitationType.videoCall.value; }